mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 08:53:33 +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",
|
"<leader>sS",
|
||||||
function()
|
function()
|
||||||
require("fzf-lua").lsp_dynamic_workspace_symbols({
|
require("fzf-lua").lsp_live_workspace_symbols({
|
||||||
regex_filter = symbols_filter,
|
regex_filter = symbols_filter,
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue