diff --git a/.gitmodules b/.gitmodules index f4197b9..8772ef0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -37,3 +37,9 @@ [submodule "vim-files/.vim/bundle/vim-easymotion"] path = vim-files/.vim/bundle/vim-easymotion url = https://github.com/Lokaltog/vim-easymotion.git +[submodule "vim-files/.vim/bundle/gundo"] + path = vim-files/.vim/bundle/gundo + url = https://github.com/sjl/gundo.vim.git +[submodule "vim-files/.vim/bundle/ultisnips"] + path = vim-files/.vim/bundle/ultisnips + url = https://github.com/SirVer/ultisnips.git diff --git a/vim-files/.vim/bundle/gundo b/vim-files/.vim/bundle/gundo new file mode 160000 index 0000000..3975ac8 --- /dev/null +++ b/vim-files/.vim/bundle/gundo @@ -0,0 +1 @@ +Subproject commit 3975ac871565115e3769dc69c06bc88ddc1369af diff --git a/vim-files/.vim/bundle/ultisnips b/vim-files/.vim/bundle/ultisnips new file mode 160000 index 0000000..4a1e5e6 --- /dev/null +++ b/vim-files/.vim/bundle/ultisnips @@ -0,0 +1 @@ +Subproject commit 4a1e5e60ff44c99e2145eceaa8f8405874d34777