Closed habamax closed 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.
g:loaded_PLUGINNAME
Like g:loaded_fugitive, g:loaded_commentary etc.
g:loaded_fugitive
g:loaded_commentary
Added, thanks for the suggestion.
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.