rbong / vim-flog

A blazingly fast, stunningly beautiful, exceptionally powerful git branch viewer for Vim/Neovim.
795 stars 22 forks source link

is it possible to add g:loaded_flog variable? #50

Closed habamax closed 3 years ago

habamax commented 3 years ago

Usually plugins expose g:loaded_PLUGINNAME variable to be able for users to check if the plugin was loaded (in after directory) and do mappings and other settings depending on the fact plugin was loaded or not.

Like g:loaded_fugitive, g:loaded_commentary etc.

rbong commented 3 years ago

Added, thanks for the suggestion.