nvf icon indicating copy to clipboard operation
nvf copied to clipboard

Add telescope-fzf-native

Open 3333juul opened this issue 1 year ago • 2 comments

⚠️ 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

3333juul avatar Jan 09 '25 22:01 3333juul

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.

Pablo1107 avatar Jan 14 '25 05:01 Pablo1107

related: #535, #536

@Pablo1107 does it still happen on latest nvf?

horriblename avatar Jan 14 '25 08:01 horriblename