add-plugin: virt-column.nvim
This commit is contained in:
parent
924edac0c9
commit
97ef9a59db
|
|
@ -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' },
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue