feat: support folke/flash.nvim

This commit is contained in:
mvllow 2024-01-12 20:44:32 -06:00
commit 6929b05666
No known key found for this signature in database

View file

@ -361,6 +361,9 @@ local function set_highlights()
NeoTreeGitUntracked = { fg = groups.git_untracked },
NeoTreeTitleBar = { link = "StatusLineTerm" },
-- folke/flash.nvim
FlashLabel = { fg = palette.base, bg = palette.love },
-- folke/which-key.nvim
WhichKey = { fg = palette.iris },
WhichKeyDesc = { fg = palette.gold },