Skip to content

Commit a61dc2d

Browse files
authored
Update README.md
1 parent a31a050 commit a61dc2d

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)