summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2019-06-26 13:56:47 +0200
committerFlorian Pritz <bluewind@xinu.at>2019-07-06 14:19:22 +0200
commitc095bba88a09367ce72ed84ca3fbcc8697f27399 (patch)
tree25aca1c8bd9fc70b60db58d705e72923ce857fa4
parent7846794b6cd433e382c0a064f6f648937e2f8ac5 (diff)
downloaddotfiles-c095bba88a09367ce72ed84ca3fbcc8697f27399.tar.gz
dotfiles-c095bba88a09367ce72ed84ca3fbcc8697f27399.tar.xz
vim: Add vim-mundo
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r--.gitmodules3
m---------.vim/bundle/vim-mundo0
-rw-r--r--.vimrc2
3 files changed, 5 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 0d12e31..e4ee1d3 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -145,3 +145,6 @@
[submodule ".vim/bundle/vim-eyaml"]
path = .vim/bundle/vim-eyaml
url = https://github.com/davewongillies/vim-eyaml.git
+[submodule ".vim/bundle/vim-mundo"]
+ path = .vim/bundle/vim-mundo
+ url = https://github.com/simnalamburt/vim-mundo.git
diff --git a/.vim/bundle/vim-mundo b/.vim/bundle/vim-mundo
new file mode 160000
+Subproject a32f8af11dee435a198bef3504f0aa594f96040
diff --git a/.vimrc b/.vimrc
index 1b351ae..c761737 100644
--- a/.vimrc
+++ b/.vimrc
@@ -125,6 +125,8 @@ Plugin 'vim-ruby/vim-ruby'
Plugin 'w0rp/ale'
Plugin 'rodjek/vim-puppet'
+Plugin 'simnalamburt/vim-mundo'
+
call vundle#end()
syntax on
filetype plugin indent on