We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e76bed commit 61dd1e8Copy full SHA for 61dd1e8
lua/markmap/init.lua
@@ -20,7 +20,7 @@ M.setup = function(ctx)
20
-- Set default options
21
if html_output == nil then
22
if is_windows then
23
- html_output = "TEMP" .. "\\" .. "markmap.html"
+ html_output = uv.os_getenv "TEMP" .. "\\" .. "markmap.html"
24
elseif is_android then
25
html_output = "/data/data/com.termux/files/usr/tmp/markmap.html"
26
else -- unix
0 commit comments