Skip to content

Commit 47a7801

Browse files
authored
Update README.md
1 parent 9f84039 commit 47a7801

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ This plugin is based on vim's [coc-markmap](https://github.com/markmap/coc-markm
2020
build = "yarn global add markmap-cli",
2121
cmd = {"MarkmapOpen", "MarkmapSave", "MarkmapWatch", "MarkmapWatchStop"},
2222
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.
23+
html_output = "/tmp/markmap.html", -- (default) Setting a empty string "" here means: [Current buffer path].html
24+
hide_toolbar = "false", -- (default)
25+
grace_period = 3600000 -- (default ) Stops markmap watch after 60 minutes. Set it to 0 to disable the grace_period.
2626
},
2727
config = function(_, opts) require("markmap").setup(opts) end
2828
},

0 commit comments

Comments
 (0)