|  | @@ -77,14 +77,6 @@ configure under `lua/lsp/<your_lang.lua>`
 | 
											
												
													
														|  |  For a more in depth LSP support:
 |  |  For a more in depth LSP support:
 | 
											
												
													
														|  |  [link](https://github.com/neovim/nvim-lspconfig/blob/master/CONFIG.md)
 |  |  [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
 |  |  ## Useful Programs
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  ``` bash
 |  |  ``` bash
 | 
											
										
											
												
													
														|  | @@ -101,6 +93,15 @@ pynvim
 | 
											
												
													
														|  |  neovim-remote
 |  |  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
 |  |  ## Formatters and Linters
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  **Python**
 |  |  **Python**
 | 
											
										
											
												
													
														|  | @@ -150,9 +151,7 @@ To set up your particular debugger, look here:
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  **HIGH PRIORITY**
 |  |  **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
 |  |  From here I will update for bug fixes and implement low priority
 | 
											
												
													
														|  |  features when I have time
 |  |  features when I have time
 |