feat: add support for vim-sneak

This commit is contained in:
Tiago Barros 2025-02-23 11:22:52 +00:00
commit a79ccf1498

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 },