Update .config/nvim/lazy-lock.json Update .config/nvim/lua/plugin/10_hop.lua Add .config/nvim/lua/plugin/11_eyeliner.lua
11 lines
171 B
Lua
11 lines
171 B
Lua
return {
|
|
{
|
|
"jinh0/eyeliner.nvim",
|
|
opts = {
|
|
highlight_on_key = true,
|
|
dim = true,
|
|
max_length = 9000,
|
|
default_keymaps = true,
|
|
},
|
|
},
|
|
}
|