We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5c3f06 + e2e449f commit ff4c92fCopy full SHA for ff4c92f
.stylua.toml
@@ -4,5 +4,5 @@ column_width = 79
4
indent_type = "Spaces"
5
indent_width = 2
6
line_endings = "Unix"
7
-remove_trailing_separators = false
8
quote_style = "AutoPreferDouble"
+remove_trailing_separators = false
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