Skip to content

Commit 607f94d

Browse files
committed
feat: softer highlight when generating (issue: #96)
1 parent 7ebb6d2 commit 607f94d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/gp/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1201,7 +1201,7 @@ M.create_handler = function(buf, win, line, first_undojoin, prefix, cursor)
12011201
local skip_first_undojoin = not first_undojoin
12021202

12031203
local hl_handler_group = "GpHandlerStandout"
1204-
vim.cmd("highlight default link " .. hl_handler_group .. " Search")
1204+
vim.cmd("highlight default link " .. hl_handler_group .. " CursorLine")
12051205

12061206
local ns_id = vim.api.nvim_create_namespace("GpHandler_" .. M._H.uuid())
12071207

0 commit comments

Comments
 (0)