diff --git a/init.lua b/init.lua index af87b5ac..3d878725 100644 --- a/init.lua +++ b/init.lua @@ -789,7 +789,7 @@ require('lazy').setup({ lua = { 'stylua' }, -- Conform can also run multiple formatters sequentially -- python = { "isort", "black" }, - -- + rust = { 'rustfmt' }, -- You can use 'stop_after_first' to run the first available formatter from the list -- javascript = { "prettierd", "prettier", stop_after_first = true }, },