11 lines
191 B
Lua
11 lines
191 B
Lua
-- Highlight only the screen line of the cursor
|
|
-- in the currently active window
|
|
return {
|
|
'tummetott/reticle.nvim',
|
|
enabled = true,
|
|
lazy = true,
|
|
event = 'VeryLazy',
|
|
opts = {
|
|
},
|
|
}
|