Skip to content

Commit

Permalink
Add missing plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
bjohnson committed Aug 2, 2014
1 parent d0439e2 commit 17de09d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .vim/.mrconfig
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ skip = [ "$1" = push ]
checkout = git clone https://github.com/joonty/vim-phpunitqf.git
skip = [ "$1" = push ]

[bundle/vmustache]
checkout = git clone https://github.com/tobyS/vmustache.git
skip = [ "$1" = push ]

[bundle/pdv]
checkout = git clone https://github.com/tobyS/pdv.git
skip = [ "$1" = push ]
Expand Down Expand Up @@ -156,3 +160,5 @@ skip = [ "$1" = push ]
checkout = git clone https://github.com/kana/vim-operator-user.git
skip = [ "$1" = push ]

[bundle/dbtables]
checkout = git clone git@github.com:benpjohnson/dbtables.git

0 comments on commit 17de09d

Please sign in to comment.