mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-11 20:43:00 +01:00
13 lines
384 B
Text
13 lines
384 B
Text
.{
|
|
.name = "mzte-nv",
|
|
.version = "0.0.0",
|
|
|
|
.dependencies = .{
|
|
.common = .{ .path = "../lib/common-zig" },
|
|
.znvim = .{
|
|
.url = "git+https://git.mzte.de/LordMZTE/znvim.git#593576ab90fe7745acef03b88849aa904c399731",
|
|
.hash = "122036fae770b609b5eca343a07dd735522f90c93f9ae1a5f89bc24480f5906cd777",
|
|
},
|
|
},
|
|
.paths = .{""},
|
|
}
|