friendship ended with rnix, now nil is my best friend

This commit is contained in:
2023-08-18 13:07:08 +02:00
parent 6b46199500
commit 2941017589
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -4,6 +4,7 @@
system,
...
}: {
home.packages = with pkgs; [nil];
programs.neovim.plugins = with pkgs.vimPlugins;
[
# More fancy shit
+1 -1
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,
}
+1 -1
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;