plugins/ui: move to by-name

This commit is contained in:
Matt Sturgeon 2024-09-04 17:42:49 +01:00
parent 2456370ab2
commit 91c6b62881
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
25 changed files with 0 additions and 13 deletions

View file

@ -1,50 +0,0 @@
{
empty = {
plugins.virt-column.enable = true;
};
defaults = {
plugins.virt-column = {
enable = true;
settings = {
enabled = true;
char = "";
virtcolumn = "";
highlight = "NonText";
exclude = {
filetypes = [
"lspinfo"
"packer"
"checkhealth"
"help"
"man"
"TelescopePrompt"
"TelescopeResults"
];
buftypes = [
"nofile"
"quickfix"
"terminal"
"prompt"
];
};
};
};
};
example = {
plugins.virt-column = {
enable = true;
settings = {
char = [
"#"
"!"
];
virtcolumn = "80,90,100";
highlight = "NonText";
};
};
};
}