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 a24b77a commit cf5ecd4Copy full SHA for cf5ecd4
lua/markmap/init.lua
@@ -9,7 +9,7 @@ M.setup = function(ctx)
9
-- Setup options
10
html_output = ctx.html_output
11
hide_toolbar = ctx.hide_toolbar
12
- grace_period = ctx.hide_toolbar
+ grace_period = ctx.grace_period
13
14
-- Set default options
15
if html_output == nil then
0 commit comments