feat: remove custom Leap groups (#227)
This commit is contained in:
@@ -106,7 +106,6 @@ currently supported.
|
|||||||
- [Indent Blankline](https://github.com/lukas-reineke/indent-blankline.nvim)
|
- [Indent Blankline](https://github.com/lukas-reineke/indent-blankline.nvim)
|
||||||
- [Telescope](https://github.com/nvim-telescope/telescope.nvim)
|
- [Telescope](https://github.com/nvim-telescope/telescope.nvim)
|
||||||
- [Sneak](https://github.com/justinmk/vim-sneak)
|
- [Sneak](https://github.com/justinmk/vim-sneak)
|
||||||
- [Leap](https://github.com/ggandor/leap.nvim)
|
|
||||||
- [Hop](https://github.com/phaazon/hop.nvim)
|
- [Hop](https://github.com/phaazon/hop.nvim)
|
||||||
- [Lualine](https://github.com/hoob3rt/lualine.nvim)
|
- [Lualine](https://github.com/hoob3rt/lualine.nvim)
|
||||||
- [Lightline](https://github.com/itchyny/lightline.vim)
|
- [Lightline](https://github.com/itchyny/lightline.vim)
|
||||||
|
|||||||
@@ -45,7 +45,6 @@ run(
|
|||||||
string.match(color, "@")
|
string.match(color, "@")
|
||||||
or string.match(color, "Noice")
|
or string.match(color, "Noice")
|
||||||
or string.match(color, "Telescope")
|
or string.match(color, "Telescope")
|
||||||
or string.match(color, "Leap")
|
|
||||||
or string.match(color, "Hop")
|
or string.match(color, "Hop")
|
||||||
or string.match(color, "Neogit")
|
or string.match(color, "Neogit")
|
||||||
or string.match(color, "NvimTree")
|
or string.match(color, "NvimTree")
|
||||||
|
|||||||
@@ -433,10 +433,6 @@ local function generate(p, opt)
|
|||||||
SneakLabel { WildMenu },
|
SneakLabel { WildMenu },
|
||||||
SneakLabelMask { bg = p.blossom, fg = p.blossom },
|
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" },
|
HopNextKey { fg = p.blossom, gui = "bold,underline" },
|
||||||
HopNextKey1 { fg = p.sky, gui = "bold,underline" },
|
HopNextKey1 { fg = p.sky, gui = "bold,underline" },
|
||||||
HopNextKey2 { fg = p.water },
|
HopNextKey2 { fg = p.water },
|
||||||
|
|||||||
@@ -433,10 +433,6 @@ local function generate(p, opt)
|
|||||||
SneakLabel { WildMenu },
|
SneakLabel { WildMenu },
|
||||||
SneakLabelMask { bg = p.blossom, fg = p.blossom },
|
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" },
|
HopNextKey { fg = p.blossom, gui = "bold,underline" },
|
||||||
HopNextKey1 { fg = p.sky, gui = "bold,underline" },
|
HopNextKey1 { fg = p.sky, gui = "bold,underline" },
|
||||||
HopNextKey2 { fg = p.water },
|
HopNextKey2 { fg = p.water },
|
||||||
|
|||||||
Reference in New Issue
Block a user