From db8269ef59f847ccdcc216939dabb2bc4a7e7852 Mon Sep 17 00:00:00 2001 From: yushyin Date: Sun, 27 Nov 2016 14:08:26 +0100 Subject: Vim: Replace vim-fugitive with vim-gita --- vim/neobundle.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/vim/neobundle.toml b/vim/neobundle.toml index fba7649..9ce2493 100644 --- a/vim/neobundle.toml +++ b/vim/neobundle.toml @@ -48,10 +48,6 @@ repository = 'ledger/vim-ledger' lazy = 1 on_path = '\.ldg$' -[[plugins]] -repository = 'tpope/vim-fugitive' -lazy = 0 - [[plugins]] repository = 'majutsushi/tagbar' lazy = 1 @@ -116,6 +112,11 @@ repository = 'neomake/neomake' lazy = 1 on_cmd = 'Neomake' +[[plugins]] +repository = 'lambdalisue/vim-gita' +lazy = 1 +on_cmd = 'Gita' + [[plugins]] repository = 'Shougo/neosnippet.vim' lazy = 1 -- cgit v1.2.3-24-g4f1b