We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d60c199 commit c082e1eCopy full SHA for c082e1e
README.md
@@ -92,7 +92,7 @@ require('smoothcursor').setup({
92
priority = 10, -- Set marker priority
93
timeout = 3000, -- Timeout for animations in milliseconds
94
threshold = 3, -- Animate only if cursor moves more than this many lines
95
- max_threshold = nil -- If you move more than this many lines, don't animate (if `nil`, deactivate check)
+ max_threshold = nil, -- If you move more than this many lines, don't animate (if `nil`, deactivate check)
96
disable_float_win = false, -- Disable in floating windows
97
enabled_filetypes = nil, -- Enable only for specific file types, e.g., { "lua", "vim" }
98
disabled_filetypes = nil, -- Disable for these file types, ignored if enabled_filetypes is set. e.g., { "TelescopePrompt", "NvimTree" }
0 commit comments