added zig plugin

This commit is contained in:
2026-02-09 21:12:36 -07:00
parent bf4008358d
commit f482b920f8

5
lua/plugins/zig.lua Normal file
View File

@@ -0,0 +1,5 @@
return {
'https://codeberg.org/ziglang/zig.vim',
lazy = true,
ft = { "zig" },
}