Skip to content

Commit 9f84039

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/main'
2 parents 9f54364 + a61dc2d commit 9f84039

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ This plugin is based on vim's [coc-markmap](https://github.com/markmap/coc-markm
2222
opts = {
2323
html_output = "/tmp/markmap.html", -- Using an empty string here means: Current file's path, but with .html extension.
2424
hide_toolbar = "false",
25+
grace_period = 3600000 -- Stops makmap watch after 60 minutes if :MarkmapWatchStop has not been used. Set to 0 to disable.
2526
},
2627
config = function(_, opts) require("markmap").setup(opts) end
2728
},

0 commit comments

Comments
 (0)