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