From 7bef410c68cfbe09208467c07fe8676bea8db3b5 Mon Sep 17 00:00:00 2001 From: JP Appel Date: Wed, 25 Dec 2024 02:22:45 -0500 Subject: Tidy plugins --- nvim/lua/plugins/diagnostics.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nvim/lua/plugins/diagnostics.lua') diff --git a/nvim/lua/plugins/diagnostics.lua b/nvim/lua/plugins/diagnostics.lua index 9406298..ca60f0a 100644 --- a/nvim/lua/plugins/diagnostics.lua +++ b/nvim/lua/plugins/diagnostics.lua @@ -16,7 +16,7 @@ return { if vim.o.ft == "trouble" then trouble.close(opts) else - trouble.focus() + trouble.focus("diagnostics") end else trouble.open(opts) -- cgit v1.2.3