Update nvim-lspconfig.lua

This commit is contained in:
siduck76 2021-05-06 22:45:57 +05:30 committed by GitHub
parent 82d21e445c
commit bf3e29bfaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 {