mirror of
https://github.com/kristoferssolo/solorice.git
synced 2026-03-18 08:09:40 +00:00
Update neovim
This commit is contained in:
@@ -5,7 +5,22 @@ end
|
||||
|
||||
local lspconfig = require("lspconfig")
|
||||
|
||||
local servers = { "jsonls", "sumneko_lua", "pyright" }
|
||||
local servers = {
|
||||
"bashls",
|
||||
"clangd",
|
||||
"cssls",
|
||||
"diagnosticls",
|
||||
"emmet_ls",
|
||||
"html",
|
||||
"jsonls",
|
||||
"marksman",
|
||||
"pyright",
|
||||
"rust_analyzer",
|
||||
"sumneko_lua",
|
||||
"taplo",
|
||||
"vimls",
|
||||
"yamlls",
|
||||
}
|
||||
|
||||
lsp_installer.setup({
|
||||
ensure_installed = servers,
|
||||
|
||||
Reference in New Issue
Block a user