dotfiles/nvim/dot-config/nvim/lua/plugins/eyeliner.lua
2025-06-02 02:34:18 +02:00

21 lines
366 B
Lua

-- 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,
},
}