telescope-fzf-native.nvim

FZF sorter for telescope written in c (by nvim-telescope)

Telescope-fzf-native.nvim Alternatives

Similar projects and alternatives to telescope-fzf-native.nvim

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better telescope-fzf-native.nvim alternative or higher similarity.

telescope-fzf-native.nvim reviews and mentions

Posts with mentions or reviews of telescope-fzf-native.nvim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-08.
  • jfind: over 130x faster than telescope + telescope-fzf-native
    8 projects | /r/neovim | 8 Jun 2023
    - the scoring may be done with telescope-fzf-native, but it is then sorted in lua.
  • Telescope fuzzy-finding not working as expected
    3 projects | /r/neovim | 30 Apr 2023
    You might wanna try this if you haven't already https://github.com/nvim-telescope/telescope-fzf-native.nvim
    3 projects | /r/neovim | 30 Apr 2023
  • FzfLua Quickstart: it's never been easier to try out fzf-lua
    10 projects | /r/neovim | 15 Feb 2023
    Also, I'm using https://github.com/nvim-telescope/telescope-fzf-native.nvim and the performance is really good - live grepping works without issues. But ofc fzf-lua might have better performance, I didn't really try so cannot compare.
    10 projects | /r/neovim | 15 Feb 2023
    Based on the accounts of many here, it seems that fzf-lua is faster than Telescope. Are we talking about the default sorter in Telescope or also the fzf sorter also?
  • How to have telescope search include hidden files by default?
    3 projects | /r/neovim | 8 Jan 2023
    local telescope = require("telescope") local trouble_provider = require("trouble.providers.telescope") telescope.setup({ live_grep = { --@usage don't include the filename in the search results only_sort_text = true, theme = "dropdown", }, extensions = { fzf = { fuzzy = true, -- false will only do exact matching override_generic_sorter = true, -- override the generic sorter override_file_sorter = true, -- override the file sorter case_mode = "smart_case", -- or "ignore_case" or "respect_case" }, }, defaults = { vimgrep_arguments = { 'rg', '--color=never', '--no-heading', '--with-filename', '--line-number', '--column', '--hidden', '--smart-case', '--glob "!.git"', }, mappings = { i = { -- source: https://github.com/folke/trouble.nvim [""] = trouble_provider.open_with_trouble, }, n = { -- source: https://github.com/folke/trouble.nvim [""] = trouble_provider.open_with_trouble, }, }, set_env = { ["COLORTERM"] = "truecolor" }, -- default = nil, }, }) -- source: https://github.com/nvim-telescope/telescope-fzf-native.nvim require("telescope").load_extension("fzf")
  • better Telescope live grep UI?
    3 projects | /r/neovim | 23 Nov 2022
    It's not fuzzy during the live_grep itself, but by hitting `` you can fuzzy search among the results shown. You can even use the fzf syntax with https://github.com/nvim-telescope/telescope-fzf-native.nvim/issues.
  • [Question] How do I make telescope fuzzy on the find_files name regardless of order
    2 projects | /r/neovim | 13 Nov 2022
    Are you using telescope-fzf-native.nvim?
  • lua error when installing `telescope-fzf-native`
    2 projects | /r/neovim | 11 Nov 2022
    I'm trying to install telescope-fzf-native.nvim following the instructions in its page. I've added to my init.lua the following line of code:
  • Neovim: Plugins para empezar
    9 projects | dev.to | 8 Sep 2022
  • A note from our sponsor - #<SponsorshipServiceOld:0x00007f0f9b7498f0>
    www.saashub.com | 7 Dec 2023
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic telescope-fzf-native.nvim repo stats
40
1,045
0.0
2 months ago
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com