diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2013-04-01 18:47:09 +0200 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2013-04-01 18:47:09 +0200 |
| commit | 5f2b7036a76cdfa00060a0e81abf4211ad7b8173 (patch) | |
| tree | 8ebc284ec1ac9eeb77d734b6bfc5acc7ca9dcef6 /.gitmodules | |
| parent | 5b63220c007b50b674a90cc67bbb73510d4865be (diff) | |
| download | dotfiles-5f2b7036a76cdfa00060a0e81abf4211ad7b8173.tar.gz | |
[Vim] Adding surround plugin
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 1220027..1f49410 100644 --- a/.gitmodules +++ b/.gitmodules @@ -31,3 +31,6 @@ [submodule ".vim/bundle/sessionman.vim"] path = .vim/bundle/sessionman.vim url = https://github.com/vim-scripts/sessionman.vim.git +[submodule ".vim/bundle/vim-surround"] + path = .vim/bundle/vim-surround + url = https://github.com/tpope/vim-surround.git |
