Browse code

Added the vim plugin to allow vi file:line_number syntax

Nicolas Viennot authored on 14/05/2012 at 22:48:32
Showing 3 changed files
... ...
@@ -1,3 +1,6 @@
1 1
 [submodule "plugins/zsh-syntax-highlighting"]
2 2
 	path = plugins/zsh-syntax-highlighting
3 3
 	url = git://github.com/zsh-users/zsh-syntax-highlighting.git
4
+[submodule "plugins/vim"]
5
+	path = plugins/vim
6
+	url = git://github.com/nviennot/zsh-vim-plugin.git
4 7
new file mode 160000
... ...
@@ -0,0 +1 @@
0
+Subproject commit a7dcffa5af90deb54d0d5a0ca47f8b9e1548a237
... ...
@@ -21,7 +21,7 @@ export DISABLE_AUTO_UPDATE="true"
21 21
 
22 22
 # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
23 23
 # Example format: plugins=(rails git textmate ruby lighthouse)
24
-plugins=(git github git-flow cap gem lol zsh-syntax-highlighting bundler heroku)
24
+plugins=(git github git-flow cap gem lol zsh-syntax-highlighting bundler heroku vim)
25 25
 
26 26
 source /etc/profile
27 27
 source $ZSH/oh-my-zsh.sh