chore(nvim): silence conform

This commit is contained in:
Rob Watson 2024-11-10 14:45:53 +01:00
parent fd6ebe5c78
commit 751f0376bc
1 changed files with 1 additions and 1 deletions

View File

@ -20,5 +20,5 @@ require("conform").setup({
lsp_fallback = true,
},
log_level = vim.log.levels.ERROR,
notify_on_error = true,
notify_on_error = false,
})