From e073679161ed1c8ac7ea8fef12db0a9d6a75bf7d Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Tue, 13 Aug 2024 19:43:03 +0700 Subject: [PATCH] fix(nvim): new highlight group for leap --- .config/nvim/lua/plugins.lua | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.config/nvim/lua/plugins.lua b/.config/nvim/lua/plugins.lua index 773281a..bc4237e 100644 --- a/.config/nvim/lua/plugins.lua +++ b/.config/nvim/lua/plugins.lua @@ -238,16 +238,11 @@ return require("lazy").setup({ bold = true, nocombine = true, }) - vim.api.nvim_set_hl(0, "LeapLabelPrimary", { + vim.api.nvim_set_hl(0, "LeapLabel", { fg = "yellow", bold = true, nocombine = true, }) - vim.api.nvim_set_hl(0, "LeapLabelSecondary", { - fg = "magenta", - bold = true, - nocombine = true, - }) end, }, -- 2.51.2