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.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
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.
Type: null or string or list of string
Default:
null
Plugin default:
[
"┃"
]
Declared by:
plugins.virt-column.settings.highlight
Highlight group, or list of highlight groups, that get applied to the virtual column.
Type: null or string or list of string
Default:
null
Plugin default: "NonText"
Declared by:
plugins.virt-column.settings.virtcolumn
Comma-separated list of screen columns same syntax as :help colorcolumn
.
Type: null or string or raw lua code
Default:
null
Plugin default: ""
Declared by: