We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 559cf81 commit e2e449fCopy full SHA for e2e449f
âlua/markmap/init.lua
@@ -10,7 +10,7 @@ local M = {}
10
M.setup = function(opts)
11
-- Detect OS
12
local is_windows = uv.os_uname().sysname == "Windows_NT"
13
- local is_android = vim.fn.isdirectory("/system" == 1)
+ local is_android = vim.fn.isdirectory("/system") == 1
14
15
-- Setup options
16
local html_output = opts.html_output
0 commit comments