from packer to lazy
This commit is contained in:
10
lua/plugins/reticle.lua
Normal file
10
lua/plugins/reticle.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
-- Highlight only the screen line of the cursor
|
||||
-- in the currently active window
|
||||
return {
|
||||
'tummetott/reticle.nvim',
|
||||
enabled = true,
|
||||
lazy = true,
|
||||
event = 'VeryLazy',
|
||||
opts = {
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user