diff options
author | June McEnroe <june@causal.agency> | 2013-03-26 20:39:37 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2013-03-26 20:39:37 -0400 |
commit | 239f760b07f4644d1648c06bc73e39df0344bc53 (patch) | |
tree | 32d81dc97255af892203eccb4b0ec367066570cb /.gitmodules | |
parent | Add paredit.vim (diff) | |
download | src-239f760b07f4644d1648c06bc73e39df0344bc53.tar.gz src-239f760b07f4644d1648c06bc73e39df0344bc53.zip |
Replace nerdcommenter with vim-commentary
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 526c0e20..912ff471 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,9 +13,6 @@ [submodule "bundle/vim-fugitive"] path = bundle/vim-fugitive url = https://github.com/tpope/vim-fugitive.git -[submodule "bundle/nerdcommenter"] - path = bundle/nerdcommenter - url = https://github.com/ddollar/nerdcommenter.git [submodule "bundle/nerdtree"] path = bundle/nerdtree url = https://github.com/scrooloose/nerdtree.git @@ -70,3 +67,6 @@ [submodule "bundle/paredit.vim"] path = bundle/paredit.vim url = https://github.com/vim-scripts/paredit.vim.git +[submodule "bundle/vim-commentary"] + path = bundle/vim-commentary + url = https://github.com/tpope/vim-commentary.git |