diff options
author | Tharre <tharre3@gmail.com> | 2018-07-17 14:08:01 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-07-17 22:05:07 +0200 |
commit | a47ad306915c2a4976c931da7d5d92aad19c1ddf (patch) | |
tree | 89455ff34ddcc6b4a43ed545a5c1084c3f1a0ca6 /.gitmodules | |
parent | 1d23f35df30343eba3fe029002854f992fe1e4ba (diff) | |
download | dotfiles-a47ad306915c2a4976c931da7d5d92aad19c1ddf.tar.gz dotfiles-a47ad306915c2a4976c931da7d5d92aad19c1ddf.tar.xz dotfiles-a47ad306915c2a4976c931da7d5d92aad19c1ddf.zip |
vim: 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 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 |