We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
New Addon
Telescope-fzf is much faster than the normal telescope and has a better search algorithm.
https://github.com/nvim-telescope/telescope-fzf-native.nvim
Maybe option like this: vim.telescope.extension.fzf.enable
vim.telescope.extension.fzf.enable
No response
The text was updated successfully, but these errors were encountered:
Related to this, just trying to add it like this:
extraPlugins = with pkgs.vimPlugins; { telescope-fzf-native = { package = telescope-fzf-native-nvim; setup = '' require('telescope').load_extension('fzf') ''; }; };
Results in E492: Not an editor command: Telescope when trying to run it.
E492: Not an editor command: Telescope
Sorry, something went wrong.
related: #535, #536
@Pablo1107 does it still happen on latest nvf?
NotAShelf
Successfully merging a pull request may close this issue.
🏷️ Feature Type
New Addon
🔖 Feature description
Telescope-fzf is much faster than the normal telescope and has a better search algorithm.
https://github.com/nvim-telescope/telescope-fzf-native.nvim
✔️ Solution
Maybe option like this:
vim.telescope.extension.fzf.enable
❓ Alternatives
No response
📝 Additional Context
No response
The text was updated successfully, but these errors were encountered: