added is_mac
This commit is contained in:
parent
d179742c96
commit
7a1cfff6c5
@ -1,5 +1,7 @@
|
||||
local M = {}
|
||||
|
||||
M.is_mac = vim.fn.has("mac") == 1
|
||||
|
||||
M.is_windows = vim.fn.has("win32") == 1 or vim.fn.has("win64") == 1
|
||||
|
||||
return M
|
||||
|
Loading…
x
Reference in New Issue
Block a user