mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
feat: add support for vim-sneak (#342)
This commit is contained in:
parent
0511701746
commit
8b216f7252
1 changed files with 5 additions and 0 deletions
|
|
@ -1022,6 +1022,11 @@ local function set_highlights()
|
||||||
SnacksIndentScope = { fg = palette.foam },
|
SnacksIndentScope = { fg = palette.foam },
|
||||||
|
|
||||||
SnacksPickerMatch = { fg = palette.rose, bold = styles.bold },
|
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 = {
|
local transparency_highlights = {
|
||||||
DiagnosticVirtualTextError = { fg = groups.error },
|
DiagnosticVirtualTextError = { fg = groups.error },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue