From 58326b0f13f97bd9a354f702f949b9b389dfb447 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Wed, 30 Sep 2015 10:11:03 -0500 Subject: Adds vim-togglelist plugin --- .gitmodules | 3 +++ vim/bundle/vim-togglelist | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/bundle/vim-togglelist diff --git a/.gitmodules b/.gitmodules index e30da88..f867064 100644 --- a/.gitmodules +++ b/.gitmodules @@ -103,3 +103,6 @@ [submodule "vim/bundle/yajs.vim"] path = vim/bundle/yajs.vim url = https://github.com/othree/yajs.vim +[submodule "vim/bundle/vim-togglelist"] + path = vim/bundle/vim-togglelist + url = https://github.com/milkypostman/vim-togglelist diff --git a/vim/bundle/vim-togglelist b/vim/bundle/vim-togglelist new file mode 160000 index 0000000..cafedc4 --- /dev/null +++ b/vim/bundle/vim-togglelist @@ -0,0 +1 @@ +Subproject commit cafedc49860950200f28f2e1d95ab6a87b79d113 -- cgit