diff options
-rw-r--r-- | .gitmodules | 6 | ||||
m--------- | .vim/bundle/nerdcommenter | 0 | ||||
m--------- | .vim/bundle/vim-commentary | 0 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 3193e95..ebc220a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,9 +13,6 @@ [submodule "syntastic"] path = .vim/bundle/syntastic url = https://github.com/scrooloose/syntastic.git -[submodule "nerdcommenter"] - path = .vim/bundle/nerdcommenter - url = https://github.com/scrooloose/nerdcommenter.git [submodule "vim-surround"] path = .vim/bundle/vim-surround url = https://github.com/tpope/vim-surround.git @@ -71,3 +68,6 @@ [submodule ".vim/bundle/rust.vim"] path = .vim/bundle/rust.vim url = https://github.com/rust-lang/rust.vim +[submodule ".vim/bundle/vim-commentary"] + path = .vim/bundle/vim-commentary + url = https://github.com/tpope/vim-commentary diff --git a/.vim/bundle/nerdcommenter b/.vim/bundle/nerdcommenter deleted file mode 160000 -Subproject 285902752f7ab2052ac700a6d29b263dd5788af diff --git a/.vim/bundle/vim-commentary b/.vim/bundle/vim-commentary new file mode 160000 +Subproject 8295187ea1210138c0b171d8e3ec3569936f4c1 |