mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
actually fix #9 :)
This commit is contained in:
parent
816e1d4cb5
commit
be28248fbc
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ end
|
||||||
|
|
||||||
theme.loadEditor = function()
|
theme.loadEditor = function()
|
||||||
local editor = {
|
local editor = {
|
||||||
-- ColorColumn = {},
|
ColorColumn = { bg = p.highlight_inactive },
|
||||||
-- Conceal = {},
|
-- Conceal = {},
|
||||||
-- Cursor = {},
|
-- Cursor = {},
|
||||||
-- CursorColumn = {},
|
-- CursorColumn = {},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue