Update .config/nvim/init.lua

Update .config/nvim/lazy-lock.json
Update .config/nvim/lua/plugin/10_hop.lua
Add .config/nvim/lua/plugin/11_eyeliner.lua
This commit is contained in:
Lewis Wynne 2025-11-03 14:19:42 +00:00
parent d41eaefa7c
commit b0e03a69ed
4 changed files with 54 additions and 12 deletions

View file

@ -0,0 +1,11 @@
return {
{
"jinh0/eyeliner.nvim",
opts = {
highlight_on_key = true,
dim = true,
max_length = 9000,
default_keymaps = true,
},
},
}