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 | |
parent | 1d23f35df30343eba3fe029002854f992fe1e4ba (diff) | |
download | dotfiles-a47ad306915c2a4976c931da7d5d92aad19c1ddf.tar.gz dotfiles-a47ad306915c2a4976c931da7d5d92aad19c1ddf.tar.xz dotfiles-a47ad306915c2a4976c931da7d5d92aad19c1ddf.zip |
vim: replace nerdcommenter with vim-commentary
-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 |