feat: remove custom Leap groups (#227)

This commit is contained in:
György Andorka
2026-02-11 11:45:11 +01:00
committed by GitHub
parent 4635a3f46d
commit 205a99cc29
4 changed files with 0 additions and 10 deletions

View File

@@ -106,7 +106,6 @@ currently supported.
- [Indent Blankline](https://github.com/lukas-reineke/indent-blankline.nvim)
- [Telescope](https://github.com/nvim-telescope/telescope.nvim)
- [Sneak](https://github.com/justinmk/vim-sneak)
- [Leap](https://github.com/ggandor/leap.nvim)
- [Hop](https://github.com/phaazon/hop.nvim)
- [Lualine](https://github.com/hoob3rt/lualine.nvim)
- [Lightline](https://github.com/itchyny/lightline.vim)

View File

@@ -45,7 +45,6 @@ run(
string.match(color, "@")
or string.match(color, "Noice")
or string.match(color, "Telescope")
or string.match(color, "Leap")
or string.match(color, "Hop")
or string.match(color, "Neogit")
or string.match(color, "NvimTree")

View File

@@ -433,10 +433,6 @@ local function generate(p, opt)
SneakLabel { WildMenu },
SneakLabelMask { bg = p.blossom, fg = p.blossom },
LeapMatch { gui = "bold,underline,nocombine" },
LeapBackdrop { gui = "nocombine", fg = p.bg.lightness(p.bg.l + 20) },
LeapLabel { fg = p.blossom.lightness(p1.bg.l + 56).sa(80), gui = "bold" },
HopNextKey { fg = p.blossom, gui = "bold,underline" },
HopNextKey1 { fg = p.sky, gui = "bold,underline" },
HopNextKey2 { fg = p.water },

View File

@@ -433,10 +433,6 @@ local function generate(p, opt)
SneakLabel { WildMenu },
SneakLabelMask { bg = p.blossom, fg = p.blossom },
LeapMatch { gui = "bold,underline,nocombine" },
LeapBackdrop { gui = "nocombine", fg = p.bg.lightness(p.bg.l - 20) },
LeapLabel { fg = p.blossom.lightness(p1.bg.l - 46).sa(80), gui = "bold" },
HopNextKey { fg = p.blossom, gui = "bold,underline" },
HopNextKey1 { fg = p.sky, gui = "bold,underline" },
HopNextKey2 { fg = p.water },