mirror of https://github.com/wlcx/home.git
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…
Reference in New Issue