1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-13 20:30:02 +00:00

examples.lnl: add manpages and vim plugins

This commit is contained in:
Daiderd Jordan 2017-01-06 21:40:07 +01:00
parent afb52f71eb
commit 79b7445ac4
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -34,6 +34,8 @@
pkgs.nox
];
environment.extraOutputsToInstall = [ "man" ];
services.nix-daemon.enable = true;
services.nix-daemon.tempDir = "/nix/tmp";
@ -58,7 +60,7 @@
programs.vim.enableSensible = true;
programs.vim.plugins = [
{ names = [ "fzfWrapper" "youcompleteme" "colors-solarized" ]; }
{ names = [ "fzfWrapper" "youcompleteme" "syntastic" "gist-vim" "webapi-vim" "vim-eunuch" "vim-repeat" "commentary" "polyglot" "colors-solarized" ]; }
];
programs.vim.vimConfig = ''
@ -161,6 +163,12 @@
[pretty]
color = format:%C(yellow)%h%Cblue%d%Creset %s %C(white) %an, %ar%Creset
nocolor = format:%h%d %s %an, %ar
[user]
name = Daiderd Jordan
[github]
user = LnL7
'';
environment.etc."per-user/lnl/khdrc".text = ''