feat(nvim): add statuscol plugin

This commit is contained in:
Michael Thomas 2024-06-29 14:18:25 -04:00
parent 2a456cf0ea
commit 84179a714d

View File

@ -0,0 +1,8 @@
{
plugins.statuscol = {
enable = true;
settings = {
relculright = true;
};
};
}