diff options
| author | Trey Bastian <hello@treybastian.com> | 2026-03-09 15:46:21 +0000 |
|---|---|---|
| committer | Trey Bastian <hello@treybastian.com> | 2026-03-09 15:46:21 +0000 |
| commit | 544bd61c6408fe4b39eacad477382fdff022cd59 (patch) | |
| tree | 68b90cfa5e508e94665f4e0fa38dc8e167e87873 /lua/config/conform.lua | |
| parent | 6ad04b31b1b8c91f5f491d272a38d2eeeb56e3ca (diff) | |
go support
Diffstat (limited to 'lua/config/conform.lua')
| -rw-r--r-- | lua/config/conform.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/config/conform.lua b/lua/config/conform.lua index 75467d9..1ed3745 100644 --- a/lua/config/conform.lua +++ b/lua/config/conform.lua @@ -23,6 +23,7 @@ require("conform").setup({ svelte = { "prettierd", "prettier" }, astro = { "prettierd", "prettier" }, rust = { "rustfmt", lsp_format = "fallbackk" }, + go = { "goimports", "gofmt" }, }, format_on_save = { timeout_ms = 1001, |
