Have you RTFM'd?
Feature Request
Hello my dear friend:)
I see that lsp workspace symbols method has this feuture.
I would like to filter lsp_referencesfrom import.*from.*. I know that i can use:
require('fzf-lua').lsp_references {
fzf_opts = { ['--query'] = '!import' },
}
But i don't want to see filter in prompt.
Thank you!
Have you RTFM'd?
Feature Request
Hello my dear friend:)
I see that lsp workspace symbols method has this feuture.
I would like to filter
lsp_referencesfromimport.*from.*. I know that i can use:But i don't want to see filter in prompt.
Thank you!