From 55006b1b2f00692034adc51f6686416acb93a514 Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Mon, 17 Mar 2025 10:27:26 +0100 Subject: [PATCH] feat(trouble): additional settings --- lua/weeheavy/plugins/trouble.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lua/weeheavy/plugins/trouble.lua b/lua/weeheavy/plugins/trouble.lua index 5b965b9..beb946c 100644 --- a/lua/weeheavy/plugins/trouble.lua +++ b/lua/weeheavy/plugins/trouble.lua @@ -12,5 +12,9 @@ return { desc = "Diagnostics (Trouble)", }, }, - opts = {}, + opts = { + open_no_results = true, + auto_close = true, + indent_guides = false, + }, }