Running nvim version v0.5.0-dev+1080-g971e0ca90 also requires the popup.nvim package.
That's the error if the module is not available:
Error detected while processing init.vim:
line 42:
E5108: Error executing lua ...im/plugged/telescope.nvim/lua/telescope/pickers.lua:2: module 'popup' not found:
no field package.preload['popup']
no file './popup.lua'
no file '/home/pyrho/repos/other/neovim/.deps/usr/share/luajit-2.1.0-beta3/popup.lua'
no file '/usr/local/share/lua/5.1/popup.lua'
no file '/usr/local/share/lua/5.1/popup/init.lua'
no file '/home/pyrho/repos/other/neovim/.deps/usr/share/lua/5.1/popup.lua'
no file '/home/pyrho/repos/other/neovim/.deps/usr/share/lua/5.1/popup/init.lua'
no file './popup.so'
no file '/usr/local/lib/lua/5.1/popup.so'
no file '/home/pyrho/repos/other/neovim/.deps/usr/lib/lua/5.1/popup.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
:wave: ,
Running nvim version
v0.5.0-dev+1080-g971e0ca90
also requires thepopup.nvim
package.That's the error if the module is not available:
Thanks !