From aaf8e95a2f48eb19471e98cf0f6d22701152ce3b Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Tue, 22 Nov 2011 15:16:10 -0500 Subject: [PATCH] Adding MatchTag vim plugin --- .gitmodules | 3 +++ vim/bundle/MatchTag | 1 + zshrc | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 vim/bundle/MatchTag diff --git a/.gitmodules b/.gitmodules index e4266e7..f06facc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -67,3 +67,6 @@ [submodule "oh-my-zsh"] path = oh-my-zsh url = git://github.com/robbyrussell/oh-my-zsh +[submodule "vim/bundle/MatchTag"] + path = vim/bundle/MatchTag + url = git://github.com/gregsexton/MatchTag diff --git a/vim/bundle/MatchTag b/vim/bundle/MatchTag new file mode 160000 index 0000000..22098a8 --- /dev/null +++ b/vim/bundle/MatchTag @@ -0,0 +1 @@ +Subproject commit 22098a8ff91f2ea393c20fdec2009f8a455628ca diff --git a/zshrc b/zshrc index 146ce70..8669c6c 100644 --- a/zshrc +++ b/zshrc @@ -24,7 +24,7 @@ COMPLETION_WAITING_DOTS="true" # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) # Example format: plugins=(rails git textmate ruby lighthouse) -plugins=(git archlinux brew github npm vi-mode node osx) +plugins=(git archlinux npm vi-mode node osx) source $ZSH/oh-my-zsh.sh