gfanto / fzf-lsp.nvim

Enable the power of fzf fuzzy search for the neovim built in lsp
MIT License
223 stars 11 forks source link

Unknown function: fzf#wrap #33

Closed TornaxO7 closed 1 year ago

TornaxO7 commented 1 year ago

I'm getting the following error message if I'm trying to open up the code actions:

Error executing vim.schedule lua callback: Vim:E117: Unknown function: fzf#wrap
stack traceback:
    [C]: in function 'fzf#wrap'
    ...rnax/.local/share/nvim/lazy/fzf-lsp.nvim/lua/fzf_lsp.lua:338: in function 'fzf_wrap'
    ...rnax/.local/share/nvim/lazy/fzf-lsp.nvim/lua/fzf_lsp.lua:415: in function 'select'
    /usr/share/nvim/runtime/lua/vim/lsp/buf.lua:702: in function 'on_code_action_results'
    /usr/share/nvim/runtime/lua/vim/lsp/buf.lua:720: in function 'callback'
    /usr/share/nvim/runtime/lua/vim/lsp.lua:1956: in function 'handler'
    /usr/share/nvim/runtime/lua/vim/lsp.lua:1388: in function ''
    vim/_editor.lua: in function <vim/_editor.lua:0>

May I ask if you need any more information?

gfanto commented 1 year ago

Do you have the fzf.vim plugin installed?

TornaxO7 commented 1 year ago

No. Hm... I think I know what your intention is. Let me guess: fzf.vim provides the fzf#wrap function, right?

gfanto commented 1 year ago

Yes, you're right

TornaxO7 commented 1 year ago

Thank you for the fast repsonse :)