diff options
author | Urbain Vaes <urbain@vaes.uk> | 2020-03-27 19:50:45 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2020-03-27 19:50:45 +0100 |
commit | e4c281b9c3d8cd25bd71667540b3a1046fcb862f (patch) | |
tree | 0e454fa443f1259c935c4d67225e80e87e68c5a9 /.mrconfig | |
parent | 81bc19fb3952846ef08345617bc120cdc6d31d72 (diff) |
Update plugins
Diffstat (limited to '.mrconfig')
-rw-r--r-- | .mrconfig | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -11,4 +11,9 @@ push = git push origin master [$HOME/dotfiles/plugins/vim-tmux-pilot] checkout = git clone 'git@github.com:urbainvaes/vim-tmux-pilot.git' update = git pull origin master -push = git saveandsync +push = git push origin master + +[$HOME/dotfiles/plugins/vim-ripple] +checkout = git clone 'git@github.com:urbainvaes/vim-ripple.git' +update = git pull origin master +push = git push origin master |