voldikss / vim-floaterm

:computer: Terminal manager for (neo)vim
MIT License
2.47k stars 78 forks source link

feat: Add an option to disable floaterm's GIT_EDITOR override #382

Closed wookayin closed 1 year ago

wookayin commented 1 year ago

With setting g:floaterm_giteditor = 0 (which defaults to 1), floaterm's git editor integration is disabled and $GIT_EDITOR won't be overriden.

voldikss commented 1 year ago

Thanks