diff --git a/.gitmodules b/.gitmodules index 2abb32f..708cf98 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "bundle/vim-surround"] path = bundle/vim-surround url = git://github.com/tpope/vim-surround.git +[submodule "bundle/vim-commentary"] + path = bundle/vim-commentary + url = git://github.com/tpope/vim-commentary.git diff --git a/bundle/vim-commentary b/bundle/vim-commentary new file mode 160000 index 0000000..73e0d9a --- /dev/null +++ b/bundle/vim-commentary @@ -0,0 +1 @@ +Subproject commit 73e0d9a9d1f51b6cc9dc965f62669194ae851cb1