gelguy / wilder.nvim

A more adventurous wildmenu
MIT License
1.34k stars 35 forks source link

Unknown function: _wilder_python_search #203

Open gisketch opened 6 months ago

gisketch commented 6 months ago

https://github.com/gelguy/wilder.nvim/assets/78424395/e6ff0492-3cf3-46b3-bdc4-c9e982982b97

Getting error w python search and fuzzy finding, i have yarp installed. Please help :<

ratelgogo commented 5 months ago

:UpdateRemotePlugins

nishu-murmu commented 4 months ago

:UpdateRemotePlugins

This didn't do anything for me. The issue screenshot Just for reference I'm on Windows 10 setup neovim version is latest (0.9.5).

lee-shun commented 4 months ago

Hi, I have the same issue. Is there any progress now?

PandaTinker commented 3 months ago

I resolved a similar issue where the cause is failure to setup python provider for nvim. I believe it is the same idea for vim, too. Nvim needs python module "neovim" installed to set up the python provider. After install that module, I can verify the python provider using "checkhealth".

Once python provide is set, execute ":UpdateRemotePlugins" solved the issue.