[FIX] zig on windows only

This commit is contained in:
Daveanand Mannie
2025-04-03 19:02:24 -04:00
parent 66bd0d416a
commit f5fc7a2845
2 changed files with 11 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
local os_info = require("os_info")
if os_info.is_linux then
if not os_info.is_linux then
require("nvim-treesitter.install").compilers = { "zig" }
end