diff options
author | Karel Kočí <cynerd@email.cz> | 2017-04-20 21:23:23 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-04-20 21:24:54 +0200 |
commit | efd7cc4bd9eb811bb43112e36440e2d47c7bbd75 (patch) | |
tree | be13732d8996ba37f54dbf44d06a46318e20cdc7 /.gitmodules | |
parent | a2f5a33f548aa6e9077c17dd00a692eb12d736bd (diff) | |
download | myconfigs-efd7cc4bd9eb811bb43112e36440e2d47c7bbd75.tar.gz myconfigs-efd7cc4bd9eb811bb43112e36440e2d47c7bbd75.tar.bz2 myconfigs-efd7cc4bd9eb811bb43112e36440e2d47c7bbd75.zip |
Add ultisnip and update vim plugins
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 |