diff --git a/.gitmodules b/.gitmodules index a9c1ddd..150af8e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule ".vim/bundle/vim-fugitive"] path = .vim/bundle/vim-fugitive url = https://github.com/tpope/vim-fugitive.git +[submodule ".vim/bundle/vim-surround"] + path = .vim/bundle/vim-surround + url = git://github.com/tpope/vim-surround.git diff --git a/.vim/bundle/vim-surround b/.vim/bundle/vim-surround new file mode 160000 index 0000000..d9e6bfd --- /dev/null +++ b/.vim/bundle/vim-surround @@ -0,0 +1 @@ +Subproject commit d9e6bfdd902fc661c8fd58ede248ccfc3b3039d7