fix: change link for results match to CurSearch

Co-authored-by: not <mvllow@icloud.com>
This commit is contained in:
Shaun Clayton 2024-07-25 16:47:16 -04:00 committed by GitHub
commit 3b64d9ffe6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -954,7 +954,7 @@ local function set_highlights()
GrugFarResultsActionMessage = { fg = palette.foam },
GrugFarResultsChangeIndicator = { fg = groups.git_change },
GrugFarResultsHeader = { fg = palette.pine },
GrugFarResultsMatch = { link = "Search" },
GrugFarResultsMatch = { link = "CurSearch" },
GrugFarResultsPath = { fg = palette.foam },
GrugFarResultsStats = { fg = palette.iris },
}