feat: add plugin virt-column
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run Details

This commit is contained in:
Sven Vogel 2024-12-09 12:18:26 +01:00
parent 56d4b2d2b6
commit c03a3f3913
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
return {
{
"lukas-reineke/virt-column.nvim",
opts = {
virtcolumn = "80,120",
highlight = "NonText",
char = ""
}
},
}