diff options
author | Karel Kočí <cynerd@email.cz> | 2017-08-02 20:22:20 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-08-02 20:22:20 +0200 |
commit | cf52d4ecaef0ea3b7283bf2f38d19422cb84e917 (patch) | |
tree | 7ff3c5200b75abfe3863d549928f93461ec1a647 /.gitmodules | |
parent | 24659f9f7efa5479563dea8d2bb1b02134674dfc (diff) | |
download | myconfigs-cf52d4ecaef0ea3b7283bf2f38d19422cb84e917.tar.gz myconfigs-cf52d4ecaef0ea3b7283bf2f38d19422cb84e917.tar.bz2 myconfigs-cf52d4ecaef0ea3b7283bf2f38d19422cb84e917.zip |
Updates for vim
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index b169170..c6c3c77 100644 --- a/.gitmodules +++ b/.gitmodules @@ -43,3 +43,9 @@ [submodule "vim/bundle/vim-indent-guides"] path = vim/bundle/vim-indent-guides url = git://github.com/nathanaelkane/vim-indent-guides.git +[submodule "vim/bundle/vim-surround"] + path = vim/bundle/vim-surround + url = git://github.com/tpope/vim-surround.git +[submodule "vim/bundle/vim-repeat"] + path = vim/bundle/vim-repeat + url = https://github.com/tpope/vim-repeat.git |