diff options
| author | Trey Bastian <hello@treybastian.com> | 2026-03-06 22:05:33 +0000 |
|---|---|---|
| committer | Trey Bastian <hello@treybastian.com> | 2026-03-06 22:05:33 +0000 |
| commit | 6ad04b31b1b8c91f5f491d272a38d2eeeb56e3ca (patch) | |
| tree | 8b58355be4f74223d46a8fa8bfd1f51739c551ea /lua/config/conform.lua | |
| parent | 7f72818a2a8b79dd0f88157bfff430a2c08b0242 (diff) | |
added rust support again
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 e426483..75467d9 100644 --- a/lua/config/conform.lua +++ b/lua/config/conform.lua @@ -22,6 +22,7 @@ require("conform").setup({ css = { "prettierd", "prettier" }, svelte = { "prettierd", "prettier" }, astro = { "prettierd", "prettier" }, + rust = { "rustfmt", lsp_format = "fallbackk" }, }, format_on_save = { timeout_ms = 1001, |
