whitespace
URL: https://github.com/johnfrankmorgan/whitespace.nvim/
Maintainers: Austin Horstman
plugins.whitespace.enable
Whether to enable whitespace.nvim.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.whitespace.package
The whitespace.nvim package to use.
Type: package
Default:
pkgs.vimPlugins.whitespace-nvim
Declared by:
plugins.whitespace.autoLoad
Whether to automatically load whitespace.nvim when neovim starts.
Type: boolean
Default:
false
when lazy-loading is enabled.
Example:
false
Declared by:
plugins.whitespace.settings
Options provided to the require('whitespace-nvim').setup
function.
Type: attribute set of anything
Default:
{ }
Example:
{
ignored_filetypes = [
"Avante"
"AvanteInput"
"TelescopePrompt"
"Trouble"
"blink-cmp-documentation"
"blink-cmp-menu"
"blink-cmp-signature"
"checkhealth"
"copilot-chat"
"dashboard"
"fzf"
"help"
"ministarter"
"snacks_dashboard"
];
return_cursor = false;
}
Declared by: