docs: docgen

This commit is contained in:
Folke Lemaitre 2024-12-10 13:37:30 +01:00
parent 614df63acf
commit 98782f9fa3
13 changed files with 91 additions and 3 deletions

View file

@ -138,7 +138,7 @@ function M.disable()
vim.cmd([[redraw!]])
end
-- Animate scope changes
-- Toggle scope animations
function M.animate()
M.animating = not M.animating
end