feat: enable configuration for new nixvim plugin virt-column

virt-column allows certain coding practices to be applied, such as 80

character spacing which is specified by Linus Torvalds
This commit is contained in:
Zhongheng Liu 2024-08-13 13:06:06 +08:00
commit 044ccc901d
No known key found for this signature in database
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{
plugins.virt-column = {
enable = true;
settings.char = [""];
settings.virtcolumn = "80";
};
}