add vim with plugins
This commit is contained in:
parent
d0633a499f
commit
3b9646b446
2 changed files with 31 additions and 5 deletions
|
|
@ -71,7 +71,7 @@ let
|
|||
];
|
||||
|
||||
cliApps = [
|
||||
vim
|
||||
myVim
|
||||
htop
|
||||
tmux
|
||||
httpie
|
||||
|
|
@ -218,5 +218,9 @@ in
|
|||
{ enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
|
||||
# programs.vim =
|
||||
# { enable = true;
|
||||
# };
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue