Merge branch 'main' of github.com:siduck76/chad-nvim

This commit is contained in:
siduck76
2021-05-07 13:37:05 +05:30
2 changed files with 7 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ function on_attach(client)
end
local lspconf = require "lspconfig"
local servers = {"html", "cssls", "tsserver", "pyright", "bashls", "vls"}
local servers = {"html", "cssls", "tsserver", "pyright", "bashls", "vls", "clangd", "ccls}
for k, lang in pairs(servers) do
lspconf[lang].setup {