From 3d3c415db620d726df3aa01cf9edc316104c0b75 Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Wed, 7 Feb 2024 13:38:16 +0100 Subject: [PATCH] error notify --- lua/custom/plugins.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lua/custom/plugins.lua b/lua/custom/plugins.lua index 578279c..d9173a1 100644 --- a/lua/custom/plugins.lua +++ b/lua/custom/plugins.lua @@ -347,7 +347,9 @@ local plugins = { }, messages = { enabled = true, - view_error = "messages", -- so it does not spam boxes with errors + -- NOTE: we keep it with notify, + -- change this to something else if you want + view_error = "notify", }, popupmenu = { enabled = true,