diff options
| author | Teddy Wing | 2014-05-30 16:29:31 -0400 |
|---|---|---|
| committer | Teddy Wing | 2014-05-30 16:30:54 -0400 |
| commit | 156609d1da7d9d2db646f80cd68387dfee1eeeff (patch) | |
| tree | fac27d0597c1bfc42d1f5f804cd6edac751e10c1 /.gitmodules | |
| parent | 27bb59e2e72e42efc4468f48fa57ac82e7d279ee (diff) | |
| download | dotvim-156609d1da7d9d2db646f80cd68387dfee1eeeff.tar.bz2 | |
Add surround.vim plugin
Deleting or modifying quotes and other surrounding characters has become
too much of a pain. Time to install surround.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 3bcc7a9..93924c9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -31,3 +31,6 @@ [submodule "bundle/gundo"] path = bundle/gundo url = https://github.com/sjl/gundo.vim.git +[submodule "bundle/vim-surround"] + path = bundle/vim-surround + url = https://github.com/tpope/vim-surround.git |
