You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It used to work on 24.11, but now it doesn't: when building nixvim, I get this error:
Attempting to require module: cmdline.sorter
Error detected while processing pre-vimrc command line:
E5108: Error executing lua ...kbfvg-vimplugin-telescope-cmdline/lua/cmdline/sorter.lua:1: module 'telescope.sorters' not found:
no field package.preload['telescope.sorters']
no file './telescope/sorters.lua'
no file '/nix/store/yahbbsr8ra3gmahv7zzgzvl0c9wh2c0j-luajit-2.1.1741730670/share/luajit-2.1/telescope/sorters.lua'
no file '/usr/local/share/lua/5.1/telescope/sorters.lua'
no file '/usr/local/share/lua/5.1/telescope/sorters/init.lua'
no file '/nix/store/yahbbsr8ra3gmahv7zzgzvl0c9wh2c0j-luajit-2.1.1741730670/share/lua/5.1/telescope/sorters.lua'
no file '/nix/store/yahbbsr8ra3gmahv7zzgzvl0c9wh2c0j-luajit-2.1.1741730670/share/lua/5.1/telescope/sorters/init.lua'
no file './telescope/sorters.so'
no file '/usr/local/lib/lua/5.1/telescope/sorters.so'
no file '/nix/store/yahbbsr8ra3gmahv7zzgzvl0c9wh2c0j-luajit-2.1.1741730670/lib/lua/5.1/telescope/sorters.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
no file './telescope.so'
no file '/usr/local/lib/lua/5.1/telescope.so'
no file '/nix/store/yahbbsr8ra3gmahv7zzgzvl0c9wh2c0j-luajit-2.1.1741730670/lib/lua/5.1/telescope.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
stack traceback:
[C]: in function 'require'
...kbfvg-vimplugin-telescope-cmdline/lua/cmdline/sorter.lua:1: in main chunk
[C]: in function 'require'
[string ":lua"]:1: in main chunk
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there! I'm trying to add
telescope-cmdline
plugin to my setup:It used to work on 24.11, but now it doesn't: when building nixvim, I get this error:
Apparently,
telescope-cmdline
tries to requiresorters
module from Telescope: https://github.com/nvim-telescope/telescope.nvim/blob/master/lua/telescope/sorters.luaThat module is present in my Telescope package, though:
I wonder how do I add Telescope paths for my plugin lookup directory?
Beta Was this translation helpful? Give feedback.
All reactions