Update nvim-lspconfig.lua
This commit is contained in:
		
							parent
							
								
									82d21e445c
								
							
						
					
					
						commit
						bf3e29bfaf
					
				| @ -36,7 +36,7 @@ function on_attach(client) | ||||
| end | ||||
| 
 | ||||
| local lspconf = require "lspconfig" | ||||
| local servers = {"html", "cssls", "tsserver", "pyright", "bashls", "ccls", "rust_analyzer", "vls"} | ||||
| local servers = {"html", "cssls", "tsserver", "pyright", "bashls", "vls"} | ||||
| 
 | ||||
| for k, lang in pairs(servers) do | ||||
|     lspconf[lang].setup { | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user