From 4ca0bf69dd1e4a359af6894490f794bd5fc12cf0 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Thu, 28 Mar 2024 23:55:38 +0100 Subject: [PATCH] fix(trouble-v3): use the filtered symbols list for lualine --- lua/lazyvim/plugins/extras/editor/trouble-v3.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazyvim/plugins/extras/editor/trouble-v3.lua b/lua/lazyvim/plugins/extras/editor/trouble-v3.lua index a5487888..3b9a1d01 100644 --- a/lua/lazyvim/plugins/extras/editor/trouble-v3.lua +++ b/lua/lazyvim/plugins/extras/editor/trouble-v3.lua @@ -37,7 +37,7 @@ return { end local symbols = trouble.statusline({ - mode = "lsp_document_symbols", + mode = "symbols", groups = {}, title = false, filter = { range = true },