diff --git a/.gitmodules b/.gitmodules index 8e81692..9549522 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,3 +25,6 @@ [submodule "bundle/vim-surround"] path = bundle/vim-surround url = https://github.com/tpope/vim-surround.git +[submodule "bundle/nerdcommenter"] + path = bundle/nerdcommenter + url = https://github.com/scrooloose/nerdcommenter.git diff --git a/bundle/nerdcommenter b/bundle/nerdcommenter new file mode 160000 index 0000000..5cc672a --- /dev/null +++ b/bundle/nerdcommenter @@ -0,0 +1 @@ +Subproject commit 5cc672a4f2adb734ac671499476034f0cd1d3d72