Adding MatchTag vim plugin

master
Dustin Swan 13 years ago
parent 5a3490e27e
commit aaf8e95a2f

3
.gitmodules vendored

@ -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

@ -0,0 +1 @@
Subproject commit 22098a8ff91f2ea393c20fdec2009f8a455628ca

@ -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

Loading…
Cancel
Save