Skip to content

Commit

Permalink
feat: softer highlight when generating (issue: #96)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robitx committed Jan 25, 2024
1 parent 7ebb6d2 commit 607f94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/gp/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1201,7 +1201,7 @@ M.create_handler = function(buf, win, line, first_undojoin, prefix, cursor)
local skip_first_undojoin = not first_undojoin

local hl_handler_group = "GpHandlerStandout"
vim.cmd("highlight default link " .. hl_handler_group .. " Search")
vim.cmd("highlight default link " .. hl_handler_group .. " CursorLine")

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

Expand Down

0 comments on commit 607f94d

Please sign in to comment.