mirror of https://github.com/akelge/vim
Removed old Nerd Commenter and added new one
This commit is contained in:
parent
c17e2ffa82
commit
78330f8f11
|
@ -10,9 +10,6 @@
|
|||
[submodule "pack/local/start/taglist-plus"]
|
||||
path = pack/local/start/taglist-plus
|
||||
url = https://github.com/vim-scripts/taglist-plus.git
|
||||
[submodule "pack/local/start/The-NERD-Commenter"]
|
||||
path = pack/local/start/The-NERD-Commenter
|
||||
url = https://github.com/vim-scripts/The-NERD-Commenter.git
|
||||
[submodule "pack/local/start/vim-airline"]
|
||||
path = pack/local/start/vim-airline
|
||||
url = https://github.com/bling/vim-airline.git
|
||||
|
@ -67,3 +64,6 @@
|
|||
[submodule "pack/local/start/vim-surround"]
|
||||
path = pack/local/start/vim-surround
|
||||
url = https://github.com/tpope/vim-surround.git
|
||||
[submodule "pack/local/start/nerdcommenter"]
|
||||
path = pack/local/start/nerdcommenter
|
||||
url = https://github.com/preservim/nerdcommenter.git
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit a65465d321f2f8a74b2ffa540b9b87563f7e12e8
|
Loading…
Reference in New Issue