gelguy / wilder.nvim

A more adventurous wildmenu
MIT License
1.36k stars 34 forks source link

I entered / in cmdline and received this error #194

Open Corybyte opened 11 months ago

Corybyte commented 11 months ago

2023-11-07_10-37 pipeline:vim(call):E117: 未知的函数:_wilder_python_search How can I solve it

Aonodensetsu commented 10 months ago

in english: pipeline: Vim(call):E117: Unknown function: _wilder_python_search, same issue here

wookayin commented 10 months ago

:UpdateRemotePlugins

Aonodensetsu commented 10 months ago

this does work on my new system but not on the old one, UpdateRemotePlugins complains there about the lack of file /path/to/file

wookayin commented 10 months ago

Please be specific if you would like to get some help.

Aonodensetsu commented 10 months ago

as i said, works on my new system and says "file not found /path/to/file" on the old one, i'm migrating anyway so i don't care about the old system

Bhavesh164 commented 8 months ago

Hello i have the same issue i am using windows 10 i am using lazy plugin manager the plugin config are { 'gelguy/wilder.nvim', config = function() local wilder = require('wilder') wilder.setup({modes = {':', '/', '?'}}) end, },

dzintars commented 2 days ago

Execute :checkhealth vim.provider. It should look like this: image If it say's WARNING ... is not installed blah-blah-blah then solve this issue first. Once Python/pynvim will be installed, execute :UpdateRemotePlugins.