Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeioth committed Mar 25, 2024
2 parents f5c3f06 + e2e449f commit ff4c92f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .stylua.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ column_width = 79
indent_type = "Spaces"
indent_width = 2
line_endings = "Unix"
remove_trailing_separators = false
quote_style = "AutoPreferDouble"
remove_trailing_separators = false
2 changes: 1 addition & 1 deletion lua/markmap/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ local M = {}
M.setup = function(opts)
-- Detect OS
local is_windows = uv.os_uname().sysname == "Windows_NT"
local is_android = vim.fn.isdirectory("/system" == 1)
local is_android = vim.fn.isdirectory("/system") == 1

-- Setup options
local html_output = opts.html_output
Expand Down

0 comments on commit ff4c92f

Please sign in to comment.