summaryrefslogtreecommitdiff
path: root/pkgs/vim/custom.nix
diff options
context:
space:
mode:
authorAdrian Kummerlaender2018-06-16 16:55:31 +0200
committerAdrian Kummerlaender2018-06-16 16:55:31 +0200
commit22c9669328725c84085bb47ba3f6435753153de2 (patch)
tree7e76bed9e6085b94ef9a054eaa542b2088917e1f /pkgs/vim/custom.nix
parentbb54d6baaada7d05238414e441080c6680de829e (diff)
downloadnixos_system-22c9669328725c84085bb47ba3f6435753153de2.tar
nixos_system-22c9669328725c84085bb47ba3f6435753153de2.tar.gz
nixos_system-22c9669328725c84085bb47ba3f6435753153de2.tar.bz2
nixos_system-22c9669328725c84085bb47ba3f6435753153de2.tar.lz
nixos_system-22c9669328725c84085bb47ba3f6435753153de2.tar.xz
nixos_system-22c9669328725c84085bb47ba3f6435753153de2.tar.zst
nixos_system-22c9669328725c84085bb47ba3f6435753153de2.zip
Update Vim config
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 304a63c..d554443 100644
--- a/pkgs/vim/custom.nix
+++ b/pkgs/vim/custom.nix
@@ -12,12 +12,14 @@ in
"ctrlp"
"goyo"
"ack-vim"
- "tagbar"
"fugitive"
- "vim-mundo"
+ "surround"
"vim-unimpaired"
+ "vim-mundo"
"vim-airline"
"vim-gitgutter"
+ "vim-git-commit-viewer"
+ "vim-signature"
"vim-localvimrc"
"vim-addon-nix"
"vim-autoformat"