diff options
Diffstat (limited to 'lua/pml68/plugins/guard.lua')
| -rw-r--r-- | lua/pml68/plugins/guard.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/pml68/plugins/guard.lua b/lua/pml68/plugins/guard.lua index 7bdc7a7..1cfbbf2 100644 --- a/lua/pml68/plugins/guard.lua +++ b/lua/pml68/plugins/guard.lua @@ -8,7 +8,7 @@ return { local ft = require("guard.filetype") ft("c,cpp,h"):fmt("clang-format") - ft("rust"):fmt("rustfmt") + ft("rust"):fmt("lsp") ft("json"):fmt({ cmd = "jq", stdin = true |
