mini-align
URL: https://github.com/nvim-mini/mini.align/
Maintainers: Heitor Augusto
plugins.mini-align.enable
Whether to enable mini-align.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.mini-align.package
The mini-align package to use.
Type: package
Default:
pkgs.vimPlugins.mini-align
Declared by:
plugins.mini-align.autoLoad
Whether to automatically load mini-align when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.mini-align.callSetup
Whether to generate the standard require('mini.align').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.mini-align.settings
Options provided to the require('mini.align').setup function.
Type: lua value
Default:
{ }
Example:
{
silent = true;
}
Declared by: