mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-24 17:58:51 +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
|
||||
|
||||
local symbols = trouble.statusline({
|
||||
mode = "lsp_document_symbols",
|
||||
mode = "symbols",
|
||||
groups = {},
|
||||
title = false,
|
||||
filter = { range = true },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue