this repo has no description
13
fork

Configure Feed

Select the types of activity you want to include in your feed.

update GapBuffer and gitignore

In preparation for zig 0.13.0

+3 -2
+1
.gitignore
··· 1 + .zig-cache/ 1 2 zig-cache/ 2 3 zig-out/ 3 4 *.log
+2 -2
build.zig.zon
··· 9 9 .lazy = true, 10 10 }, 11 11 .gap_buffer = .{ 12 - .url = "https://github.com/ryleelyman/GapBuffer.zig/archive/6a746497d5a2494026d0f471e42556f1f153f153.tar.gz", 13 - .hash = "12205354d9903e773f9d934dcfe756b0b5ffd895571ad631ab86ebc1aebba074dd82", 12 + .url = "git+https://github.com/ryleelyman/GapBuffer.zig#main", 13 + .hash = "1220f525973ae804ec0284556bfc47db7b6a8dc86464a853956ef859d6e0fb5fa93b", 14 14 .lazy = true, 15 15 }, 16 16 .znvim = .{