From d1fe6cc019ea5e608910e382cd0bb1788736e7ac Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 15 Sep 2013 01:29:50 +1200 Subject: Add my Nextag plugin --- .gitmodules | 5 +++++ vim/bundle/nextag | 1 + 2 files changed, 6 insertions(+) create mode 160000 vim/bundle/nextag diff --git a/.gitmodules b/.gitmodules index 62677eab..10c880a3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -74,3 +74,8 @@ path = vim/bundle/ack url = git://github.com/mileszs/ack.vim ignore = dirty +[submodule "vim/bundle/nextag"] + path = vim/bundle/nextag + url = https://github.com/tejr/nextag + ignore = dirty + diff --git a/vim/bundle/nextag b/vim/bundle/nextag new file mode 160000 index 00000000..f0b6eb4e --- /dev/null +++ b/vim/bundle/nextag @@ -0,0 +1 @@ +Subproject commit f0b6eb4e081360969e09fc71eb59b933e43af449 -- cgit v1.2.3