From 0be4ab5f1f4639ee17f27bbd26a129cbf633b39a Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 19 Oct 2015 12:48:02 +0100 Subject: [PATCH] Add NERD Commenter submodule --- .gitmodules | 3 +++ bundle/nerdcommenter | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/nerdcommenter diff --git a/.gitmodules b/.gitmodules index 8e81692..9549522 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,3 +25,6 @@ [submodule "bundle/vim-surround"] path = bundle/vim-surround url = https://github.com/tpope/vim-surround.git +[submodule "bundle/nerdcommenter"] + path = bundle/nerdcommenter + url = https://github.com/scrooloose/nerdcommenter.git diff --git a/bundle/nerdcommenter b/bundle/nerdcommenter new file mode 160000 index 0000000..5cc672a --- /dev/null +++ b/bundle/nerdcommenter @@ -0,0 +1 @@ +Subproject commit 5cc672a4f2adb734ac671499476034f0cd1d3d72