update nvim config
This commit is contained in:
parent
79c002015c
commit
8a36baf087
3 changed files with 105 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue