diff options
author | yushyin <yushyin@saga> | 2016-11-27 14:08:26 +0100 |
---|---|---|
committer | yushyin <yushyin@saga> | 2016-11-27 14:08:26 +0100 |
commit | db8269ef59f847ccdcc216939dabb2bc4a7e7852 (patch) | |
tree | 9ae376bbe34080ff3192990460bcf87819999e56 | |
parent | a2282274ae7ccd2d6cf874203d8db2d7a086e654 (diff) | |
download | dotfiles-db8269ef59f847ccdcc216939dabb2bc4a7e7852.tar.gz dotfiles-db8269ef59f847ccdcc216939dabb2bc4a7e7852.tar.xz |
Vim: Replace vim-fugitive with vim-gita
-rw-r--r-- | vim/neobundle.toml | 9 |
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>'] |