large update

This commit is contained in:
2026-02-18 23:21:33 -05:00
parent 7ab9da9c56
commit ded73a5073
20 changed files with 784 additions and 185 deletions

View File

@@ -54,7 +54,7 @@ function M.check()
vim.health.ok("GOBIN in PATH: " .. gobin)
else
vim.health.warn("GOBIN exists but is not in PATH: " .. gobin, {
"Add to PATH: export PATH=\"" .. gobin .. ":$PATH\"",
'Add to PATH: export PATH="' .. gobin .. ':$PATH"',
"Binaries installed by Glaze may not be found without this",
})
end