Generate plugin manifest, the plugin hosted name is the class name lowered case.
The binary path of the plugin application should be in your path. autoCmdPattern
is used for registring an auto command for this plugin, by default, it doesn't
restrict any pattern at all. As soon as the plugin is registered, all the functions
and commands will be lazy loaded, and the binary will be executed as soon as your
make a first call from Nvim.
Generate plugin manifest, the plugin hosted name is the class name lowered case. The binary path of the plugin application should be in your path. autoCmdPattern is used for registring an auto command for this plugin, by default, it doesn't restrict any pattern at all. As soon as the plugin is registered, all the functions and commands will be lazy loaded, and the binary will be executed as soon as your make a first call from Nvim.