kanagawa.nvim icon indicating copy to clipboard operation
kanagawa.nvim copied to clipboard

HL support for leap plugin

Open Leo-Mooney opened this issue 1 year ago • 2 comments

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

Leo-Mooney avatar Mar 09 '23 23:03 Leo-Mooney

What about overrides?

catgoose avatar Mar 10 '23 03:03 catgoose

Do we not want to add support for any more plugins?

lokesh-krishna avatar Jun 15 '23 04:06 lokesh-krishna