mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
add CursorColumn
This commit is contained in:
parent
d864d5116c
commit
e51cb86606
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ theme.loadEditor = function()
|
|||
ColorColumn = { bg = p.highlight_overlay },
|
||||
-- Conceal = {},
|
||||
-- Cursor = {},
|
||||
-- CursorColumn = {},
|
||||
CursorColumn = { bg = p.highlight },
|
||||
-- CursorIM = {},
|
||||
CursorLine = { bg = p.highlight_inactive },
|
||||
CursorLineNr = { fg = p.text },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue