From be0be705d0e9ba4cb14f456ab5896d0391da2a9c Mon Sep 17 00:00:00 2001 From: yushyin Date: Sun, 28 Jan 2018 17:28:14 +0100 Subject: Vim: Replace plugin gita with gina --- vim/dein.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vim/dein.toml b/vim/dein.toml index 87e2500..98274d2 100644 --- a/vim/dein.toml +++ b/vim/dein.toml @@ -79,9 +79,10 @@ lazy = 1 on_cmd = 'Neomake' [[plugins]] -repo = 'lambdalisue/vim-gita' +repo = 'lambdalisue/gina.vim' +rev = 'v0.3.*' lazy = 1 -on_cmd = 'Gita' +on_cmd = 'Gina' [[plugins]] repo = 'Shougo/neosnippet.vim' -- cgit v1.2.3-24-g4f1b