mirror of
https://github.com/wlcx/home.git
synced 2025-10-11 22:43:44 +01:00
friendship ended with rnix, now nil is my best friend
This commit is contained in:
parent
6b46199500
commit
2941017589
@ -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
|
||||||
|
@ -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,
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user