show error messages, add recommended config
This commit is contained in:
parent
c1bdc32412
commit
7b5be3d239
4
init.lua
4
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue