summaryrefslogtreecommitdiff
path: root/.mrconfig
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2020-03-27 19:50:45 +0100
committerUrbain Vaes <urbain@vaes.uk>2020-03-27 19:50:45 +0100
commite4c281b9c3d8cd25bd71667540b3a1046fcb862f (patch)
tree0e454fa443f1259c935c4d67225e80e87e68c5a9 /.mrconfig
parent81bc19fb3952846ef08345617bc120cdc6d31d72 (diff)
Update plugins
Diffstat (limited to '.mrconfig')
-rw-r--r--.mrconfig7
1 files changed, 6 insertions, 1 deletions
diff --git a/.mrconfig b/.mrconfig
index 066521d..4a71cb3 100644
--- a/.mrconfig
+++ b/.mrconfig
@@ -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