From 816e1d4cb5f3fae80130e4d22f6b006d8bd0af67 Mon Sep 17 00:00:00 2001 From: mvllow Date: Sat, 14 Aug 2021 12:27:39 -0500 Subject: [PATCH] Revert "add `CursorColumn` (fixes #9)" This reverts commit a932365307b1bdd482f6eb3b28e1d5083f3bc0bd. --- lua/rose-pine/theme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/rose-pine/theme.lua b/lua/rose-pine/theme.lua index aa3becb..39275ea 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -61,7 +61,7 @@ theme.loadEditor = function() -- ColorColumn = {}, -- Conceal = {}, -- Cursor = {}, - CursorColumn = { bg = p.highlight_overlay }, + -- CursorColumn = {}, -- CursorIM = {}, CursorLine = { bg = p.highlight_inactive }, CursorLineNr = { fg = p.text },