Migrate 'unblevable/quick-scope' to nvim 'jinh0/eyeliner'

This commit is contained in:
2025-05-15 18:22:08 +02:00
parent 5afe069edf
commit 09288ce752
4 changed files with 8 additions and 6 deletions
@@ -0,0 +1,7 @@
require("eyeliner").setup({
highlight_on_key = true,
dim = true,
})
vim.api.nvim_set_hl(0, "EyelinerPrimary", { bold = true, underline = true })
vim.api.nvim_set_hl(0, "EyelinerSecondary", { underline = true })