fix format

This commit is contained in:
Thomas Ruoff
2025-09-08 15:31:28 +02:00
parent ec58364ea7
commit 0233aebbc7

View File

@@ -1,7 +1,7 @@
return {
-- Autoformat
'stevearc/conform.nvim',
event = { 'BufWritePre' },
event = { 'BufWritePre', 'BufNewFile' },
cmd = { 'ConformInfo' },
keys = {
{
@@ -12,7 +12,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