summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryushyin <yushyin@saga>2016-11-27 14:08:26 +0100
committeryushyin <yushyin@saga>2016-11-27 14:08:26 +0100
commitdb8269ef59f847ccdcc216939dabb2bc4a7e7852 (patch)
tree9ae376bbe34080ff3192990460bcf87819999e56
parenta2282274ae7ccd2d6cf874203d8db2d7a086e654 (diff)
downloaddotfiles-db8269ef59f847ccdcc216939dabb2bc4a7e7852.tar.gz
dotfiles-db8269ef59f847ccdcc216939dabb2bc4a7e7852.tar.xz
Vim: Replace vim-fugitive with vim-gita
-rw-r--r--vim/neobundle.toml9
1 files 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
@@ -49,10 +49,6 @@ lazy = 1
on_path = '\.ldg$'
[[plugins]]
-repository = 'tpope/vim-fugitive'
-lazy = 0
-
-[[plugins]]
repository = 'majutsushi/tagbar'
lazy = 1
augroup = 'TagbarSession'
@@ -117,6 +113,11 @@ lazy = 1
on_cmd = 'Neomake'
[[plugins]]
+repository = 'lambdalisue/vim-gita'
+lazy = 1
+on_cmd = 'Gita'
+
+[[plugins]]
repository = 'Shougo/neosnippet.vim'
lazy = 1
on_map = ['i', '<Plug>']