From 4354f8b761f08dc9e97a1d5b3db5d9119e44c9cc Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Tue, 15 Nov 2016 10:16:45 +0000 Subject: [PATCH] Add commentary plugin --- .gitmodules | 3 +++ bundle/vim-commentary | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/vim-commentary diff --git a/.gitmodules b/.gitmodules index 2abb32f..708cf98 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "bundle/vim-surround"] path = bundle/vim-surround url = git://github.com/tpope/vim-surround.git +[submodule "bundle/vim-commentary"] + path = bundle/vim-commentary + url = git://github.com/tpope/vim-commentary.git diff --git a/bundle/vim-commentary b/bundle/vim-commentary new file mode 160000 index 0000000..73e0d9a --- /dev/null +++ b/bundle/vim-commentary @@ -0,0 +1 @@ +Subproject commit 73e0d9a9d1f51b6cc9dc965f62669194ae851cb1