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:
parent
1f9f2c884f
commit
044ccc901d
2 changed files with 8 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
./trouble.nix
|
||||
./which_key.nix
|
||||
./wilder.nix
|
||||
./virt-column.nix
|
||||
];
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
|
|
7
home-manager/stvnliu/nixvim/virt-column.nix
Normal file
7
home-manager/stvnliu/nixvim/virt-column.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
plugins.virt-column = {
|
||||
enable = true;
|
||||
settings.char = ["┃"];
|
||||
settings.virtcolumn = "80";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue