yegappan / lsp

Language Server Protocol (LSP) plugin for Vim9
MIT License
478 stars 56 forks source link

Integration with popular fuzzy finders? #564

Open yatesco opened 1 week ago

yatesco commented 1 week ago

Hi, I see that some functions (e.g. LspDocumentSymbol) use a popup which supports fuzzy searching. Are there any plans to integrate this with popular existing fuzzy finders (e.g. FZF or fuzzyy)?

If not, what would be the first steps to go about something like this for a (somewhat) newbie-ish vimmer?

Thanks!

guicanat commented 1 week ago

I think it is more the job of these fuzzy finder plugins to implement this. FYI, it is implemented in scope.vim, see :Scope LspDocumentSymbol.