feat: rename conform plugin
This commit is contained in:
parent
1c2819acf4
commit
12498372a2
2 changed files with 7 additions and 6 deletions
|
@ -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" },
|
||||
--
|
Loading…
Add table
Add a link
Reference in a new issue