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,
...
}: {
home.packages = with pkgs; [nil];
programs.neovim.plugins = with pkgs.vimPlugins;
[
# 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,
capabilities = capabilities,
}

View File

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