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.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/vim/custom.nix b/pkgs/vim/custom.nix
index 32700f6..0198ac7 100644
--- a/pkgs/vim/custom.nix
+++ b/pkgs/vim/custom.nix
@@ -11,12 +11,15 @@ in
{ names = [
"ctrlp"
"undotree"
+ "vim-unimpaired"
+ "vim-airline"
"vim-gitgutter"
"goyo"
"vim-localvimrc"
"tagbar"
"vim-addon-nix"
"vim-autoformat"
+ "vim-polyglot"
"vim-csexact"
"vim-color-akr"
];}