diff --git a/home/vim/plugin/settings/lspconfig.vim b/home/vim/plugin/settings/lspconfig.vim index a51e284..2442059 100644 --- a/home/vim/plugin/settings/lspconfig.vim +++ b/home/vim/plugin/settings/lspconfig.vim @@ -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({