mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 02:38:46 +00:00
docs: docgen
This commit is contained in:
parent
5577872e91
commit
ea2ca9f9eb
3 changed files with 4 additions and 17 deletions
|
@ -250,7 +250,7 @@ function M.render(scope, ctx)
|
|||
end
|
||||
end
|
||||
|
||||
-- Animate scope changes
|
||||
-- Toggle scope animations
|
||||
function M.animate()
|
||||
M.animating = not M.animating
|
||||
end
|
||||
|
@ -289,6 +289,7 @@ function M.on_scope(win, _buf, scope, prev)
|
|||
end
|
||||
end
|
||||
|
||||
---@private
|
||||
function M.debug()
|
||||
if debug_timer:is_active() then
|
||||
debug_timer:stop()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue