Closed 2nthony closed 3 years ago
I saw some plugin set the flag to let user the plugin is existed or loaded, for me is check is loaded. But now I can only check it is exists via has_key(plugs, {plug_name}).
has_key(plugs, {plug_name})
if !exists('g:neoformat') | finish | endif
Thanks!
Motivation
I saw some plugin set the flag to let user the plugin is existed or loaded, for me is check is loaded. But now I can only check it is exists via
has_key(plugs, {plug_name})
.Fix usage