feat: add plugin virt-column
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
Details
This commit is contained in:
parent
56d4b2d2b6
commit
c03a3f3913
|
@ -0,0 +1,10 @@
|
||||||
|
return {
|
||||||
|
{
|
||||||
|
"lukas-reineke/virt-column.nvim",
|
||||||
|
opts = {
|
||||||
|
virtcolumn = "80,120",
|
||||||
|
highlight = "NonText",
|
||||||
|
char = "▎"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
}
|
Loading…
Reference in New Issue