plugins.virt-column.settings
Options provided to the require('virt-column').setup
function.
Type: attribute set of anything
Default:
{ }
Example:
{
char = "┃";
enabled = true;
exclude = {
buftypes = [
"nofile"
"quickfix"
"terminal"
"prompt"
];
filetypes = [
"lspinfo"
"packer"
"checkhealth"
"help"
"man"
"TelescopePrompt"
"TelescopeResults"
];
};
highlight = "NonText";
virtcolumn = "";
}
Declared by:
plugins.virt-column.settings.enabled
Enables or disables virt-column.
Plugin default: true
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.virt-column.settings.char
Character, or list of characters, that get used to display the virtual column. Each character has to have a display width of 0 or 1.
Plugin default: ["┃"]
Type: null or string or list of string
Default:
null
Declared by:
plugins.virt-column.settings.highlight
Highlight group, or list of highlight groups, that get applied to the virtual column.
Plugin default: NonText
Type: null or string or list of string
Default:
null
Declared by:
plugins.virt-column.settings.virtcolumn
Comma-separated list of screen columns same syntax as :help colorcolumn
.
Plugin default: ""
Type: null or string or raw lua code
Default:
null
Declared by: