Added eyeline

This commit is contained in:
2025-06-02 02:34:18 +02:00
parent c8d442912f
commit b6c9f2db01
2 changed files with 21 additions and 0 deletions
@@ -0,0 +1,20 @@
-- https://github.com/jinh0/eyeliner.nvim
--- @module "lazy"
--- @type LazySpec
return {
"jinh0/eyeliner.nvim",
dependencies = {
{
"ellisonleao/gruvbox.nvim",
opts = {
overrides = {
EyelinerPrimary = { bold = true, underline = true },
EyelinerSecondary = { underline = true },
},
},
},
},
opts = {
highlight_on_key = true,
},
}