add go lang support

This commit is contained in:
2024-03-17 04:34:25 +00:00
parent 1caadfda41
commit 0c4cf97f4e

View File

@ -15,6 +15,7 @@ local options = {
html = { prettier },
markdown = { prettier },
nix = { "alejandra" },
go = { "goimports", "gofumpt" },
},
format_on_save = {