mirror of
https://github.com/NvChad/NvChad.git
synced 2024-11-04 12:00:29 +00:00
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