diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index fc7004a..3106d74 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "vim/bundle/w3m.vim"] path = vim/bundle/w3m.vim url = https://github.com/yuratomo/w3m.vim.git +[submodule "vim/vim-surround"] + path = vim/vim-surround + url = https://github.com/tpope/vim-surround.git |