We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02ba8eb commit 450cb32Copy full SHA for 450cb32
doc/cinnamon.nvim.txt
@@ -1,4 +1,4 @@
1
-*cinnamon.nvim.txt* For Neovim >= 0.8.0 Last change: 2024 July 25
+*cinnamon.nvim.txt* For Neovim >= 0.8.0 Last change: 2024 August 07
2
3
==============================================================================
4
Table of Contents *cinnamon.nvim-table-of-contents*
@@ -73,6 +73,9 @@ DEFAULT OPTIONS ~
73
-- `window`: animate window scrolling ONLY when the cursor moves out of view
74
mode = "cursor",
75
76
+ -- Only animate scrolling if a count is provided
77
+ count_only = false,
78
+
79
-- Delay between each movement step (in ms)
80
delay = 5,
81
0 commit comments