friendship ended with rnix, now nil is my best friend

This commit is contained in:
Sam W 2023-08-18 13:02:12 +02:00
parent 6b46199500
commit 2941017589
3 changed files with 3 additions and 2 deletions

View File

@ -4,6 +4,7 @@
system, system,
... ...
}: { }: {
home.packages = with pkgs; [nil];
programs.neovim.plugins = with pkgs.vimPlugins; programs.neovim.plugins = with pkgs.vimPlugins;
[ [
# More fancy shit # More fancy shit

View File

@ -61,7 +61,7 @@ require'lspconfig'.pylsp.setup{
), ),
} }
} }
require'lspconfig'.rnix.setup{ require'lspconfig'.nil_ls.setup{
on_attach = on_attach, on_attach = on_attach,
capabilities = capabilities, capabilities = capabilities,
} }

View File

@ -7,7 +7,7 @@
... ...
}: { }: {
home.sessionVariables = lib.mkForce {"EDITOR" = "nvim";}; home.sessionVariables = lib.mkForce {"EDITOR" = "nvim";};
home.packages = with pkgs; [rnix-lsp ripgrep]; home.packages = with pkgs; [ripgrep];
programs.neovim = { programs.neovim = {
enable = true; enable = true;
viAlias = true; viAlias = true;