neogen
URL: https://github.com/danymat/neogen/
Maintainers: Gaetan Lepage
plugins.neogen.enable
Whether to enable neogen.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.neogen.package
The neogen package to use.
Type: package
Default:
pkgs.vimPlugins.neogen
Declared by:
plugins.neogen.autoLoad
Whether to automatically load neogen when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.neogen.callSetup
Whether to generate the standard require('neogen').setup(...) call for this plugin.
By default, this follows the plugin’s built-in behavior. Set this to false
to disable the generated setup call, or to true to force it even when the
plugin would only call it conditionally.
Type: null or boolean
Default:
null
Declared by:
plugins.neogen.keymapsSilent
Whether Neogen keymaps should be silent
Type: boolean
Default:
false
Declared by:
plugins.neogen.settings
Options provided to the require('neogen').setup function.
Type: lua value
Default:
{ }
Example:
{
languages = {
lua = {
template = {
annotation_convention = "emmylua";
};
};
python = {
template = {
annotation_convention = "numpydoc";
};
};
};
snippet_engine = "mini";
}
Declared by: