mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-25 10:18:47 +02:00
fix(trouble-v3): use the filtered symbols list for lualine
This commit is contained in:
parent
b26be29330
commit
4ca0bf69dd
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ return {
|
||||||
end
|
end
|
||||||
|
|
||||||
local symbols = trouble.statusline({
|
local symbols = trouble.statusline({
|
||||||
mode = "lsp_document_symbols",
|
mode = "symbols",
|
||||||
groups = {},
|
groups = {},
|
||||||
title = false,
|
title = false,
|
||||||
filter = { range = true },
|
filter = { range = true },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue