UPDATED init.lua to support auto-formatting upon saving for Rust.

This commit is contained in:
Nikolas (Daniel) Vincenti 2025-04-26 12:09:00 +02:00
parent 5ae1f17bcd
commit ee6c4368ae
1 changed files with 1 additions and 1 deletions

View File

@ -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 },
},