From 5a7c4d5321d0ca22d80de04d0d50c16ec19d0df2 Mon Sep 17 00:00:00 2001 From: Nathan Zeng Date: Tue, 28 Jul 2026 22:26:13 -0700 Subject: [PATCH] refactor(conform): notify on error --- init.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/init.lua b/init.lua index 3508b28fac7..d990ee87113 100644 --- a/init.lua +++ b/init.lua @@ -784,7 +784,6 @@ do -- [[ Formatting ]] vim.pack.add { gh 'stevearc/conform.nvim' } require('conform').setup { - notify_on_error = false, format_on_save = function(bufnr) -- You can specify filetypes to autoformat on save here: local enabled_filetypes = {