feat: add QuickFixLine

This commit is contained in:
fdcote 2025-05-04 11:31:30 -04:00 committed by GitHub
commit bca5afaf0d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -121,7 +121,7 @@ local function set_highlights()
PmenuSel = { fg = palette.text, bg = palette.overlay },
PmenuThumb = { bg = palette.muted },
Question = { fg = palette.gold },
-- QuickFixLink = {},
QuickFixLine = { fg = palette.foam },
-- RedrawDebugNormal = {},
RedrawDebugClear = { fg = palette.base, bg = palette.gold },
RedrawDebugComposed = { fg = palette.base, bg = palette.pine },