mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
fix(fzf): live document symbols. Fixes #3587
This commit is contained in:
parent
79b7c489fd
commit
056042b221
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ return {
|
|||
{
|
||||
"<leader>sS",
|
||||
function()
|
||||
require("fzf-lua").lsp_dynamic_workspace_symbols({
|
||||
require("fzf-lua").lsp_live_workspace_symbols({
|
||||
regex_filter = symbols_filter,
|
||||
})
|
||||
end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue