diff options
| author | Chris <[email protected]> | 2021-03-25 20:06:08 -0400 | 
|---|---|---|
| committer | Chris <[email protected]> | 2021-03-25 20:06:08 -0400 | 
| commit | 3b47d024d93a23fe7c55ab72b66a438aa77a7da7 (patch) | |
| tree | e1d0a28871fe463017707e19a5ec4f5eb61f2cff | |
| parent | f52a6870a7bd9ec729bbde6729ec68334a9d2a4d (diff) | |
update readme
| -rw-r--r-- | README.md | 21 | 
1 files changed, 10 insertions, 11 deletions
| @@ -77,14 +77,6 @@ configure under `lua/lsp/<your_lang.lua>`  For a more in depth LSP support:  [link](https://github.com/neovim/nvim-lspconfig/blob/master/CONFIG.md) -## efm server is slow on close - -Install the latest with: - -``` bash -go get github.com/mattn/efm-langserver@HEAD -``` -  ## Useful Programs  ``` bash @@ -101,6 +93,15 @@ pynvim  neovim-remote  ``` +## EFM server + +In order for linters and formatters to work you will need to install +`efm-langserver` + +```vim +:LspInstall efm +``` +  ## Formatters and Linters  **Python** @@ -150,9 +151,7 @@ To set up your particular debugger, look here:  **HIGH PRIORITY** -Move user config into `config.lua` -ts-comment string for react -update lang-servers to use LspInstall +Move user config into `config.lua` ts-comment string for react  From here I will update for bug fixes and implement low priority  features when I have time | 
