nvf
nvf copied to clipboard
Add telescope-fzf-native
⚠️ Please verify that this feature request has NOT been suggested before.
- [X] I checked and didn't find a similar feature request
🏷️ 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
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.
related: #535, #536
@Pablo1107 does it still happen on latest nvf?