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.
2 parents 9f54364 + a61dc2d commit 9f84039Copy full SHA for 9f84039
README.md
@@ -22,6 +22,7 @@ This plugin is based on vim's [coc-markmap](https://github.com/markmap/coc-markm
22
opts = {
23
html_output = "/tmp/markmap.html", -- Using an empty string here means: Current file's path, but with .html extension.
24
hide_toolbar = "false",
25
+ grace_period = 3600000 -- Stops makmap watch after 60 minutes if :MarkmapWatchStop has not been used. Set to 0 to disable.
26
},
27
config = function(_, opts) require("markmap").setup(opts) end
28
0 commit comments