SaaSHub helps you find the best software and product alternatives Learn more →
Telescope-fzf-native.nvim Alternatives
Similar projects and alternatives to telescope-fzf-native.nvim
-
-
telescope.nvim
Find, Filter, Preview, Pick. All lua, all the time.
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
-
-
telescope-fzy-native.nvim
FZY style sorter that is compiled
-
-
vim-clap
:clap: Modern performant fuzzy picker and more, for both Vim and NeoVim
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
-
telescope-zf-native.nvim
native telescope bindings to zf for sorting results
-
plenary.nvim
plenary: full; complete; entire; absolute; unqualified. All the lua functions I don't want to write twice.
-
-
NvChad
Blazing fast Neovim config providing solid defaults and a beautiful UI, enhancing your neovim experience.
-
-
ripgrep
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
-
-
packer.nvim
A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config
-
-
lualine.nvim
A blazing fast and easy to configure neovim statusline plugin written in pure lua.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
telescope-fzf-native.nvim reviews and mentions
-
jfind: over 130x faster than telescope + telescope-fzf-native
- the scoring may be done with telescope-fzf-native, but it is then sorted in lua.
-
Telescope fuzzy-finding not working as expected
You might wanna try this if you haven't already https://github.com/nvim-telescope/telescope-fzf-native.nvim
-
FzfLua Quickstart: it's never been easier to try out fzf-lua
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.
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?
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?
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
Are you using telescope-fzf-native.nvim?
-
lua error when installing `telescope-fzf-native`
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
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007f0f9b7498f0>
www.saashub.com | 7 Dec 2023
Stats
The primary programming language of telescope-fzf-native.nvim is C.
Popular Comparisons
- telescope-fzf-native.nvim VS telescope.nvim
- telescope-fzf-native.nvim VS fzy-lua-native
- telescope-fzf-native.nvim VS fzf-lua
- telescope-fzf-native.nvim VS nvim-fzf
- telescope-fzf-native.nvim VS fzy
- telescope-fzf-native.nvim VS vim-clap
- telescope-fzf-native.nvim VS telescope-fzy-native.nvim
- telescope-fzf-native.nvim VS cmp-fuzzy-buffer
- telescope-fzf-native.nvim VS fuzzy.nvim
- telescope-fzf-native.nvim VS plenary.nvim