summaryrefslogtreecommitdiff
path: root/pkgs/vim/custom.nix
diff options
context:
space:
mode:
authorAdrian Kummerlaender2018-07-10 23:07:22 +0200
committerAdrian Kummerlaender2018-07-10 23:08:04 +0200
commitfcd088fd99e41240515d010e07e4a213e67303af (patch)
treecbb0a1af3082aacfe40535fb502a67463b6132ea /pkgs/vim/custom.nix
parent015bd50385c9d5435024d0f0afb128941208f198 (diff)
downloadnixos_system-fcd088fd99e41240515d010e07e4a213e67303af.tar
nixos_system-fcd088fd99e41240515d010e07e4a213e67303af.tar.gz
nixos_system-fcd088fd99e41240515d010e07e4a213e67303af.tar.bz2
nixos_system-fcd088fd99e41240515d010e07e4a213e67303af.tar.lz
nixos_system-fcd088fd99e41240515d010e07e4a213e67303af.tar.xz
nixos_system-fcd088fd99e41240515d010e07e4a213e67303af.tar.zst
nixos_system-fcd088fd99e41240515d010e07e4a213e67303af.zip
Add vim-far, remove ack-vim from Vim plugin selection
Diffstat (limited to 'pkgs/vim/custom.nix')
-rw-r--r--pkgs/vim/custom.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/vim/custom.nix b/pkgs/vim/custom.nix
index d554443..3d41861 100644
--- a/pkgs/vim/custom.nix
+++ b/pkgs/vim/custom.nix
@@ -11,7 +11,7 @@ in
{ names = [
"ctrlp"
"goyo"
- "ack-vim"
+ "vim-far"
"fugitive"
"surround"
"vim-unimpaired"