summaryrefslogtreecommitdiff
path: root/src/extra/vim.zig
AgeCommit message (Collapse)Author
2025-10-03Zig 0.15: zig build GTK exeMitchell Hashimoto
2025-10-03Zig 0.15: zig build test Mitchell Hashimoto
2025-09-25vim: use :setf to set the filetypeJon Parise
This is nicer because it only sets the filetype if it hasn't already been set. :setf[iletype] has been available since vim version 6. See: https://vimhelp.org/options.txt.html#%3Asetf
2025-09-19build: generate various resources at build run, not build graphMitchell Hashimoto
This is stomping towards minimizing our build.zig dependencies so that it can be cached more often. Right now, touching almost any file in the project forces the build.zig to rebuild which is destroying my productivity.