summaryrefslogtreecommitdiff
path: root/pkgs/vim/custom.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/vim/custom.nix')
-rw-r--r--pkgs/vim/custom.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/vim/custom.nix b/pkgs/vim/custom.nix
index a6c86af..25eea09 100644
--- a/pkgs/vim/custom.nix
+++ b/pkgs/vim/custom.nix
@@ -11,16 +11,18 @@ in
{ names = [
"ctrlp"
"undotree"
+ "goyo"
+ "ack-vim"
+ "tagbar"
"vim-unimpaired"
"vim-airline"
"vim-gitgutter"
- "goyo"
"vim-localvimrc"
- "tagbar"
"vim-addon-nix"
"vim-autoformat"
"vim-polyglot"
"vim-counterpoint"
+ "vim-bufferlist"
"vim-csexact"
"vim-color-akr"
];}