update nvim config

This commit is contained in:
Fabio Lenherr 2022-09-23 09:48:55 +02:00
parent 79c002015c
commit 8a36baf087
3 changed files with 105 additions and 2 deletions

View file

@ -40,7 +40,7 @@ if not status_ok2 then
end
local lspconfig = require("lspconfig")
local servers = {"jdtls" , "sumneko_lua" , "texlab", "pyright" , "eslint" , "html" , "cssls" , "rust_analyzer" , "bashls" , "csharp_ls" , "sqls" }
local servers = {"jdtls" , "sumneko_lua" , "texlab", "pyright" , "eslint" , "html" , "cssls" , "rust_analyzer" , "bashls" , "csharp_ls" , "sqls" , "clangd" }
lsp_installer.setup {
ensure_installed = servers