diff --git a/README.md b/README.md index d802d3d..8792e94 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/lua/zenbones/shipwright/runners/vim.lua b/lua/zenbones/shipwright/runners/vim.lua index 95019c5..0b0937d 100644 --- a/lua/zenbones/shipwright/runners/vim.lua +++ b/lua/zenbones/shipwright/runners/vim.lua @@ -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") diff --git a/lua/zenbones/specs/dark.lua b/lua/zenbones/specs/dark.lua index bdef955..637e9ae 100644 --- a/lua/zenbones/specs/dark.lua +++ b/lua/zenbones/specs/dark.lua @@ -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 }, diff --git a/lua/zenbones/specs/light.lua b/lua/zenbones/specs/light.lua index 2415565..71a2449 100644 --- a/lua/zenbones/specs/light.lua +++ b/lua/zenbones/specs/light.lua @@ -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 },