From a47ad306915c2a4976c931da7d5d92aad19c1ddf Mon Sep 17 00:00:00 2001 From: Tharre Date: Tue, 17 Jul 2018 14:08:01 +0200 Subject: vim: replace nerdcommenter with vim-commentary --- .gitmodules | 6 +++--- .vim/bundle/nerdcommenter | 1 - .vim/bundle/vim-commentary | 1 + 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 160000 .vim/bundle/nerdcommenter create mode 160000 .vim/bundle/vim-commentary 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 index 2859027..0000000 --- a/.vim/bundle/nerdcommenter +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 285902752f7ab2052ac700a6d29b263dd5788afb diff --git a/.vim/bundle/vim-commentary b/.vim/bundle/vim-commentary new file mode 160000 index 0000000..8295187 --- /dev/null +++ b/.vim/bundle/vim-commentary @@ -0,0 +1 @@ +Subproject commit 8295187ea1210138c0b171d8e3ec3569936f4c1a -- cgit v1.2.3-70-g09d2