mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-08-16 02:45:09 +00:00
chore: add type annotations
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
local scroller = {}
|
||||
|
||||
---@class TelescopeScroller
|
||||
|
||||
local range_calculators = {
|
||||
ascending = function(max_results, num_results)
|
||||
return 0, math.min(max_results, num_results)
|
||||
|
||||
Reference in New Issue
Block a user