feat: rename conform plugin

This commit is contained in:
Radu C. Martin 2024-12-25 12:26:43 +01:00
parent 1c2819acf4
commit 12498372a2
2 changed files with 7 additions and 6 deletions

View file

@ -14,7 +14,7 @@ return {
},
},
opts = {
notify_on_error = false,
notify_on_error = true,
format_on_save = function(bufnr)
-- Disable "format_on_save lsp_fallback" for languages that don't
-- have a well standardized coding style. You can add additional
@ -33,6 +33,7 @@ return {
end,
formatters_by_ft = {
lua = { 'stylua' },
-- cs = { 'csharpier' },
-- Conform can also run multiple formatters sequentially
-- python = { "isort", "black" },
--