diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 3a6f663..2489650 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,9 +10,6 @@ [submodule "vim/bundle/tlib_vim"] path = vim/bundle/tlib_vim url = https://github.com/tomtom/tlib_vim.git -[submodule "vim/bundle/vim-snipmate"] - path = vim/bundle/vim-snipmate - url = https://github.com/garbas/vim-snipmate.git [submodule "vim/bundle/tagbar"] path = vim/bundle/tagbar url = https://github.com/majutsushi/tagbar.git @@ -37,3 +34,6 @@ [submodule "vim/bundle/vim-autotag"] path = vim/bundle/vim-autotag url = https://github.com/craigemery/vim-autotag.git +[submodule "vim/bundle/ultisnips"] + path = vim/bundle/ultisnips + url = https://github.com/SirVer/ultisnips.git |