feat: add go

This commit is contained in:
2025-05-26 00:08:45 -07:00
parent df6b1e0ff4
commit 877b8075bf
9 changed files with 60 additions and 17 deletions

View File

@@ -11,6 +11,7 @@ return {
json = { "prettier" },
tsx = { "prettier" },
nix = { "nixfmt" },
go = { "gofmt" },
},
format_on_save = {
-- These options will be passed to conform.format()