Files
dotfiles/nvim/dot-config/nvim/lua/plugins/scrolleof.lua
T
2025-06-01 14:45:26 +02:00

9 lines
176 B
Lua

-- https://github.com/Aasim-A/scrollEOF.nvim
--- @module "lazy"
--- @type LazySpec
return {
"Aasim-A/scrollEOF.nvim",
event = { "CursorMoved", "WinScrolled" },
opts = {},
}