home: vim: add 'rnix' LSP configuration

This commit is contained in:
Bruno BELANYI 2022-03-04 14:20:29 +01:00
parent 62f93a852a
commit d36f01d937

View file

@ -9,6 +9,13 @@ if utils.is_executable("clangd") then
})
end
-- Nix
if utils.is_executable("rnix-lsp") then
lsp.rnix.setup({
on_attach = utils.on_attach,
})
end
-- Python
if utils.is_executable("pyright") then
lsp.pyright.setup({