feat(nvim): add nil lsp
parent
af0c89d576
commit
387477a746
|
@ -36,6 +36,7 @@ in
|
|||
fish
|
||||
isort
|
||||
jq
|
||||
nil
|
||||
nixd
|
||||
nixpkgs-fmt
|
||||
nodePackages.bash-language-server
|
||||
|
|
|
@ -134,11 +134,12 @@ end
|
|||
|
||||
local servers = {
|
||||
"bashls",
|
||||
"gopls",
|
||||
"nil_ls",
|
||||
"nixd",
|
||||
"pylsp",
|
||||
"ruff_lsp",
|
||||
"typst_lsp",
|
||||
"gopls",
|
||||
}
|
||||
for _, lsp in ipairs(servers) do
|
||||
lspconfig_setup(lsp, {})
|
||||
|
|
Loading…
Reference in New Issue