Skip to content

Commit ff4c92f

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/main'
2 parents f5c3f06 + e2e449f commit ff4c92f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.stylua.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ column_width = 79
44
indent_type = "Spaces"
55
indent_width = 2
66
line_endings = "Unix"
7-
remove_trailing_separators = false
87
quote_style = "AutoPreferDouble"
8+
remove_trailing_separators = false

lua/markmap/init.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ local M = {}
1010
M.setup = function(opts)
1111
-- Detect OS
1212
local is_windows = uv.os_uname().sysname == "Windows_NT"
13-
local is_android = vim.fn.isdirectory("/system" == 1)
13+
local is_android = vim.fn.isdirectory("/system") == 1
1414

1515
-- Setup options
1616
local html_output = opts.html_output

0 commit comments

Comments
 (0)