Open Leo-Mooney opened 1 year ago
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?
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.