Skip to content

Commit

Permalink
feat: add leap.nvim integration (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
GCBallesteros authored Nov 22, 2024
1 parent 87406f8 commit 40943fc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ and then read `:h nvui.base46`
- git-conflict.nvim
- Orgmode
- diffview.nvim
- leap.nvim

## Configuration

Expand Down
7 changes: 7 additions & 0 deletions lua/base46/integrations/leap.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
local colors = require("base46").get_theme_tb "base_30"

return {
LeapBackdrop = { fg = colors.grey_fg },
LeapLabel = { fg = colors.yellow, bold = true },
LeapMatch = { fg = colors.yellow, bold = true },
}

0 comments on commit 40943fc

Please sign in to comment.