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.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: