-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Telescope FZF wont run due to the attempt to call a nil value #55
Comments
It replaces an internal function that handles the sorting. It should just work in |
Ah that makes sense, thank you @Conni2461. But after running 2022-02-15_10.59.20.mp4EDIT: Does this maybe have something to do with the disclaimer you have put in the README?
|
both are bugs in telescope. The first one is a bug regarding extensions that it isn't possible to only export internal functions. Second one is a UI issue: nvim-telescope/telescope.nvim#1423 with a PR that tries to rewrite our whole ui rendering here nvim-telescope/telescope.nvim#1491 Also is it a fair comparison with fzf showing a total of 166 511 files and telescope 456 738? |
Hey,
I have installed
telescope.nvim
andtelescope-fzf-native.nvim
but running:Telescope fzf
returns the following error:Some info that may help debugging:
Config for
telescope.nvim
:https://github.com/sdushantha/dotfiles/blob/master/nvim/.config/nvim/lua/plugins/configs/telescope.lua
Config showing installation of
telescope.nvim
andtelescope-fzf-native.nvim
:https://github.com/sdushantha/dotfiles/blob/master/nvim/.config/nvim/lua/plugins/init.lua#L75-L78
Any help is appreciated :)
The text was updated successfully, but these errors were encountered: