summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vim/dein.toml5
1 files 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'