home: vim: lspconfig: remove 'rnix-lsp'
All checks were successful
ci/woodpecker/push/check Pipeline was successful

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 5facb68444
commit d0484ac760

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({