feat: add support for vim-sneak (#342)

This commit is contained in:
Tiago 2025-02-23 21:19:21 +00:00 committed by GitHub
commit 3fe41d3959
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1022,6 +1022,11 @@ local function set_highlights()
SnacksIndentScope = { fg = palette.foam },
SnacksPickerMatch = { fg = palette.rose, bold = styles.bold },
-- justinmk/vim-sneak
Sneak = { fg = palette.base, bg = palette.love },
SneakCurrent = { link = "StatusLineTerm" },
SneakScope = { link = "IncSearch" },
}
local transparency_highlights = {
DiagnosticVirtualTextError = { fg = groups.error },