home: Add neovim plugins
This commit is contained in:
parent
83ae5ba8d2
commit
cc3793a70a
1 changed files with 13 additions and 2 deletions
15
home/cli.nix
15
home/cli.nix
|
|
@ -50,7 +50,7 @@
|
||||||
git = {
|
git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
ignores = [ "*~" "*.swp" "result" ];
|
ignores = [ "*~" "*.swp" "result" ];
|
||||||
userEmail = "me@jakalx.net";
|
userEmail = "me@failco.de";
|
||||||
userName = "Alexander Kobjolke";
|
userName = "Alexander Kobjolke";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -66,6 +66,18 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
ssh.enable = true;
|
ssh.enable = true;
|
||||||
|
|
||||||
|
neovim = {
|
||||||
|
enable = true;
|
||||||
|
vimAlias = true;
|
||||||
|
|
||||||
|
plugins = with pkgs.vimPlugins; [
|
||||||
|
vim-nix
|
||||||
|
|
||||||
|
indentLine
|
||||||
|
indent-blankline-nvim
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.gpg-agent = {
|
services.gpg-agent = {
|
||||||
|
|
@ -75,4 +87,3 @@
|
||||||
defaultCacheTtlSsh = 300;
|
defaultCacheTtlSsh = 300;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue