nvim/lua/plugins/scrolloffeof.lua

8 lines
126 B
Lua
Raw Normal View History

2024-10-11 15:48:25 +00:00
return {
{
'Aasim-A/scrollEOF.nvim',
event = { 'CursorMoved', 'WinScrolled' },
opts = {},
}
}