home: vim: lspconfig: remove 'rnix-lsp'

It's been abandoned, `nil` is a better language server nowadays.
This commit is contained in:
Bruno BELANYI 2024-03-11 14:48:14 +00:00
parent 276cc7e5f2
commit 3fb758028c
2 changed files with 2 additions and 11 deletions

View file

@ -45,13 +45,6 @@ if utils.is_executable("nil") then
})
end
if utils.is_executable("rnix-lsp") then
lspconfig.rnix.setup({
capabilities = capabilities,
on_attach = lsp.on_attach,
})
end
-- Python
if utils.is_executable("pyright") then
lspconfig.pyright.setup({