We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 708aba1 commit 0460ccdCopy full SHA for 0460ccd
lua/neorg/core/config.lua
@@ -36,7 +36,7 @@
36
local function get_os_info()
37
local os = vim.loop.os_uname().sysname:lower()
38
39
- if os:find("windows_nt") then
+ if os:find("windows_nt") or os:find("mingw32_nt") then
40
return "windows"
41
elseif os == "darwin" then
42
return "mac"
0 commit comments