update to latest

This commit is contained in:
Nurzhan Sarzhan 2025-02-23 17:28:20 +01:00
parent e3a11a0ba5
commit 831cd284aa
No known key found for this signature in database
10 changed files with 236 additions and 44 deletions

View file

@ -31,11 +31,11 @@ return { -- Autoformat
}
end,
formatters_by_ft = {
java = { 'google-java-format' },
terraform = { 'terraform_fmt' },
xml = { 'xmlformatter', 'prettier' },
lua = { 'stylua' },
-- Conform can also run multiple formatters sequentially
python = { 'isort', 'black' },
--
-- You can use 'stop_after_first' to run the first available formatter from the list
javascript = { 'prettierd', 'prettier', stop_after_first = true },
},
},