show error messages, add recommended config

This commit is contained in:
StuartStephens 2025-03-17 17:49:39 -04:00
parent c1bdc32412
commit 7b5be3d239
1 changed files with 3 additions and 1 deletions

View File

@ -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