Skip to content

Commit

Permalink
vim: bring back vimagit info section
Browse files Browse the repository at this point in the history
  • Loading branch information
argshook committed Feb 25, 2017
1 parent d4d176d commit b48d3b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .argsdotfiles/vim/neobundle.vim
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ NeoBundleFetch 'Shougo/neobundle.vim'
" essentials
NeoBundle 'tpope/vim-fugitive'
autocmd BufReadPost fugitive://* set bufhidden=delete
" using next branch because of this https://github.com/jreybert/vimagit/issues/96
NeoBundle 'jreybert/vimagit'
autocmd User VimagitEnterCommit startinsert
autocmd User VimagitBufferInit set foldenable
let g:magit_show_help=0
let g:magit_default_sections = [ 'commit', 'staged', 'unstaged', 'global_help' ]
let g:magit_default_sections = [ 'commit', 'staged', 'unstaged', 'info', 'global_help' ]

NeoBundle 'tpope/vim-obsession'
NeoBundle 'tpope/vim-surround'
Expand Down

0 comments on commit b48d3b4

Please sign in to comment.