Skip to content

Commit c082e1e

Browse files
tyamazgen740
authored andcommitted
Add comma(,) setup sample code
1 parent d60c199 commit c082e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ require('smoothcursor').setup({
9292
priority = 10, -- Set marker priority
9393
timeout = 3000, -- Timeout for animations in milliseconds
9494
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)
95+
max_threshold = nil, -- If you move more than this many lines, don't animate (if `nil`, deactivate check)
9696
disable_float_win = false, -- Disable in floating windows
9797
enabled_filetypes = nil, -- Enable only for specific file types, e.g., { "lua", "vim" }
9898
disabled_filetypes = nil, -- Disable for these file types, ignored if enabled_filetypes is set. e.g., { "TelescopePrompt", "NvimTree" }

0 commit comments

Comments
 (0)