add-plugin: virt-column.nvim

This commit is contained in:
Abdulrahman Sheikho 2026-03-12 18:59:18 +03:00
parent 924edac0c9
commit 97ef9a59db
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
-- Display a character as the colorcolumn
return {
'lukas-reineke/virt-column.nvim',
opts = {
char = '', -- This line is the whole idea of using virt-column
virtcolumn = '80,100',
highlight = 'CursorLineNr', -- match CursorLineNr highlight
exclude = {
filetypes = { 'oil' },
},
},
}