feat(nvim): add nil lsp

stylix
Moritz Böhme 2023-10-25 17:22:14 +02:00
parent af0c89d576
commit 387477a746
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
2 changed files with 3 additions and 1 deletions

View File

@ -36,6 +36,7 @@ in
fish
isort
jq
nil
nixd
nixpkgs-fmt
nodePackages.bash-language-server

View File

@ -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, {})