home: vim: add 'rnix' LSP configuration
This commit is contained in:
parent
62f93a852a
commit
d36f01d937
|
@ -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({
|
||||
|
|
Loading…
Reference in a new issue