blink-indent
URL: https://github.com/Saghen/blink.indent/
Maintainers: Heitor Augusto
plugins.blink-indent.enable
Whether to enable blink-indent.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.blink-indent.package
The blink-indent package to use.
Type: package
Default:
pkgs.vimPlugins.blink-indent
Declared by:
plugins.blink-indent.autoLoad
Whether to automatically load blink-indent when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.blink-indent.callSetup
Whether to generate the standard require('blink.indent').setup(...) call for this plugin.
Explicitly set to true to call .setup(), even when settings is undefined.
Or set to false to disable calling .setup() at all.
Type: boolean
Default:
true when settings is explicitly defined, otherwise false.
Declared by:
plugins.blink-indent.settings
Options provided to the require('blink.indent').setup function.
Type: lua value
Default:
{ }
Example:
{
scope = {
underline = {
enable = true;
};
};
static = {
highlights = [
"BlinkIndentRed"
"BlinkIndentOrange"
"BlinkIndentYellow"
"BlinkIndentGreen"
"BlinkIndentViolet"
"BlinkIndentCyan"
];
};
}
Declared by: