Skip to content

Commit

Permalink
chore(docs): auto-generate vimdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
declancm committed Jul 13, 2024
1 parent acd4546 commit 4b3df5f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion doc/cinnamon.nvim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,20 @@ DEFAULT OPTIONS ~
callback = function() end,
-- Delay between each movement step (in ms)
delay = 5,
step_size = {
-- Default number of cursor/window lines moved per step
vertical = 1,
-- Default number of cursor/window columns moved per step
horizontal = 2,
},
max_delta = {
-- Maximum distance for line movements before smooth
-- scrolling is skipped. Set to `false` to disable
line = false,
-- Maximum distance for column movements before smooth
-- scrolling is skipped. Set to `false` to disable
column = false,
-- Maximum duration for a movement (in ms). Automatically adjusts the step delay
-- Maximum duration for a movement (in ms). Automatically scales the delay and step size
time = 1000,
},
-- The scrolling mode
Expand Down

0 comments on commit 4b3df5f

Please sign in to comment.