chore: general update

This commit is contained in:
2021-11-13 19:58:38 -06:00
parent f5427e049a
commit 094f2c90cd
4 changed files with 9 additions and 2 deletions

View File

@@ -202,7 +202,7 @@ end
-- Use a loop to conveniently call 'setup' on multiple servers and
-- map buffer local keybindings when the language server attaches
local servers = { "pyright", "zls", "tsserver" }
local servers = { "pyright", "zls", "tsserver", "clangd" }
for _, lsp in ipairs(servers) do
nvim_lsp[lsp].setup {
on_attach = on_attach,