diff options
| author | Trey Bastian <hello@treybastian.com> | 2026-05-14 18:52:19 +0100 |
|---|---|---|
| committer | Trey Bastian <hello@treybastian.com> | 2026-05-14 18:52:19 +0100 |
| commit | c7cf626e0cabe2d2a5a1ac7bc244e5619b59ee59 (patch) | |
| tree | 8d8b40bec856b695929691a0553126c932e26351 /lua/config/conform.lua | |
| parent | 7af686c8fff27d52a1487a8047bc0cea98c9422f (diff) | |
added odin 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 aac5191..a6bb745 100644 --- a/lua/config/conform.lua +++ b/lua/config/conform.lua @@ -25,6 +25,7 @@ require("conform").setup({ rust = { "rustfmt", lsp_format = "fallbackk" }, go = { "goimports", "gofmt" }, proto = { "buf", lsp_format = "fallback" }, + odin = { "odinfmt" }, }, format_on_save = { timeout_ms = 1001, |
