telescope-zf-native.nvim
telescope-zf-native.nvim copied to clipboard
native telescope bindings to zf for sorting results
I guess your algorithm is simpler to have better performance? Would be nice to have some numbers. See https://github.com/nvim-telescope/telescope.nvim/wiki/Extensions#sorter
Hi, Would you consider packaging this nvim plugin to [LuaRocks](https://luarocks.org/) so that the package manager [rocks.nvim](https://github.com/nvim-neorocks/rocks.nvim) can detect it? The `rocks.nvim` team [prepared a github action](https://github.com/nvim-neorocks/luarocks-tag-release) that automates this process.
Since https://github.com/nvim-telescope/telescope.nvim/pull/2909, we will get the following error when we do `:Telescope current_buffer_fuzzy_find`. ``` E5108: Error executing lua: ...plugins/telescope.nvim/lua/telescope/builtin/__files.lua:549: bad argument #1 to 'unpack' (table expected, got nil) stack traceback:...
Hey, thanks so much for this plugin, it has greatly improved my `telescope` experience :) This is somewhat similar to #10 requests but based on a different criteria. If say...
I noticed that the `initial_sort` for files also affects the `oldfiles` picker. This is somewhat unfortunate, since `oldfiles` is the one picker where the initial order of files actually makes...
Hi, I love your sorter! Finally something which prioritizes the proper parts in paths. But I would like to merge three pickers which I often use and I hate that...
Greetings. I found the problem with in [`telescope-fzf-native.nvim`](https://github.com/nvim-telescope/telescope-fzf-native.nvim), [`telescope-fzy-native.nvim`](https://github.com/nvim-telescope/telescope-fzy-native.nvim) plugins and yours too. It is that I can't use _ignorecase_ or _smartcase_ when filtering Telescope results when I try to...
Filing this as a feature request to allow/document how th the library can be built locally instead of relying on pre-built binaries, for the paranoid among us. :)
I am using a custom `path_display` function. With regular file finder, when searching by filename, I get highlighting on the `filename` match, not on filename that is the end of...