diff --git a/init.lua b/init.lua index 47f2c1a4..ceb6e7df 100644 --- a/init.lua +++ b/init.lua @@ -742,8 +742,10 @@ require('lazy').setup({ desc = '[F]ormat buffer', }, }, + ---@module "conform" + ---@type conform.setupOpts 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