This commit is contained in:
Barrett Ruth 2025-09-16 00:25:40 -04:00
parent 087c4ffa43
commit 88d5ea1528
2 changed files with 4 additions and 9 deletions

View file

@ -64,7 +64,6 @@ local function build_command(cmd_template, executable, substitutions)
return cmd
end
local function ensure_directories()
vim.system({ "mkdir", "-p", "build", "io" }):wait()
end