Skip to content
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

Add telescope-fzf-native #542

Open
1 task done
luravoid opened this issue Jan 9, 2025 · 2 comments · May be fixed by #559
Open
1 task done

Add telescope-fzf-native #542

luravoid opened this issue Jan 9, 2025 · 2 comments · May be fixed by #559
Assignees

Comments

@luravoid
Copy link

luravoid commented Jan 9, 2025

⚠️ Please verify that this feature request has NOT been suggested before.

  • 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

@NotAShelf NotAShelf self-assigned this Jan 10, 2025
@Pablo1107
Copy link

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.

@horriblename
Copy link
Collaborator

related: #535, #536

@Pablo1107 does it still happen on latest nvf?

@NotAShelf NotAShelf linked a pull request Jan 14, 2025 that will close this issue
@NotAShelf NotAShelf linked a pull request Jan 14, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants