diff options
author | Tharre <tharre3@gmail.com> | 2015-11-12 14:43:40 +0100 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2016-10-07 20:13:37 +0000 |
commit | 270e11ba7d17ae29177638e7da47e13e0cd7ccff (patch) | |
tree | b699a7b72c5ce300013f5bd5c3bfc2d342d2c44f /.gitmodules | |
parent | 4ac581327d5cf9ced4ec9519cb98ba14c04391af (diff) | |
download | dotfiles-270e11ba7d17ae29177638e7da47e13e0cd7ccff.tar.gz dotfiles-270e11ba7d17ae29177638e7da47e13e0cd7ccff.tar.xz dotfiles-270e11ba7d17ae29177638e7da47e13e0cd7ccff.zip |
vim: use gundo
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 88c5bd8..3c1e5d6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -43,3 +43,6 @@ [submodule "shell/_vim/bundle/vim-distinguished"] path = shell/_vim/bundle/vim-distinguished url = https://github.com/Lokaltog/vim-distinguished.git +[submodule "shell/_vim/bundle/gundo.vim"] + path = shell/_vim/bundle/gundo.vim + url = https://github.com/sjl/gundo.vim.git |