Adding MatchTag vim plugin
This commit is contained in:
parent
5a3490e27e
commit
aaf8e95a2f
3 changed files with 5 additions and 1 deletions
3
.gitmodules
vendored
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
|
||||
|
|
|
|||
1
vim/bundle/MatchTag
Submodule
1
vim/bundle/MatchTag
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 22098a8ff91f2ea393c20fdec2009f8a455628ca
|
||||
2
zshrc
2
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue