chore(nvim): silence conform
This commit is contained in:
parent
fd6ebe5c78
commit
751f0376bc
|
@ -20,5 +20,5 @@ require("conform").setup({
|
||||||
lsp_fallback = true,
|
lsp_fallback = true,
|
||||||
},
|
},
|
||||||
log_level = vim.log.levels.ERROR,
|
log_level = vim.log.levels.ERROR,
|
||||||
notify_on_error = true,
|
notify_on_error = false,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue