kanagawa.nvim
kanagawa.nvim copied to clipboard
HL support for leap plugin
Would it be possible to add in highlighting support for the leap plugin?
It would look something like this, but with whatever colors you think would work best.
-- Leap
LeapBackdrop = { fg = colors.fg_comment},
LeapLabelPrimary = { bold = true, fg = colors.fg_dark},
LeapLabelSecondary = { bold = true, fg = colors.fg},
LeapMatch = { bg = colors.bg_search, bold = true, fg = colors.fg},
What about overrides?
Do we not want to add support for any more plugins?