summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>']