You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So are you saying that I can use this with vim-fugitive? I have tried setting let g:committia_open_only_vim_starting = 1 but when I do :Gcommit it brings up the default committing window
The text was updated successfully, but these errors were encountered:
So are you saying that I can use this with vim-fugitive?
No. vim-fugitive opens commit buffer with uncommon way. So currently commitia.vim can't handle it correctly.
When let g:committia_open_only_vim_starting = 1, committia.vim do nothing on :Gcommit. Then you can avoid the collision between committia.vim and vim-fugitive.
So are you saying that I can use this with vim-fugitive? I have tried setting
let g:committia_open_only_vim_starting = 1
but when I do:Gcommit
it brings up the default committing windowThe text was updated successfully, but these errors were encountered: