add vim with plugins

This commit is contained in:
Trolli Schmittlauch 2018-10-14 16:57:02 +02:00
parent d0633a499f
commit 3b9646b446
2 changed files with 31 additions and 5 deletions

View file

@ -71,7 +71,7 @@ let
];
cliApps = [
vim
myVim
htop
tmux
httpie
@ -218,5 +218,9 @@ in
{ enable = true;
enableZshIntegration = true;
};
# programs.vim =
# { enable = true;
# };
}