summaryrefslogtreecommitdiff
path: root/pkgs/vim/custom.nix
diff options
context:
space:
mode:
authorAdrian Kummerlaender2018-05-19 21:13:01 +0200
committerAdrian Kummerlaender2018-05-19 21:13:01 +0200
commit672535fc61bd17be0a75a75fff5ed2f6245ab983 (patch)
tree664e1453179c99daead73446b6c5e82d501d6689 /pkgs/vim/custom.nix
parentda32211e2be61f9d9818dfc03f510d847fab1c69 (diff)
downloadnixos_system-672535fc61bd17be0a75a75fff5ed2f6245ab983.tar
nixos_system-672535fc61bd17be0a75a75fff5ed2f6245ab983.tar.gz
nixos_system-672535fc61bd17be0a75a75fff5ed2f6245ab983.tar.bz2
nixos_system-672535fc61bd17be0a75a75fff5ed2f6245ab983.tar.lz
nixos_system-672535fc61bd17be0a75a75fff5ed2f6245ab983.tar.xz
nixos_system-672535fc61bd17be0a75a75fff5ed2f6245ab983.tar.zst
nixos_system-672535fc61bd17be0a75a75fff5ed2f6245ab983.zip
Replace undotree with mundo
Side note: vim configuration is now used to build neovim-qt in my user environment managed by home-manager.
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 25eea09..7497e32 100644
--- a/pkgs/vim/custom.nix
+++ b/pkgs/vim/custom.nix
@@ -10,10 +10,10 @@ in
pluginDictionaries = [
{ names = [
"ctrlp"
- "undotree"
"goyo"
"ack-vim"
"tagbar"
+ "vim-mundo"
"vim-unimpaired"
"vim-airline"
"vim-gitgutter"