telescope.nvim icon indicating copy to clipboard operation
telescope.nvim copied to clipboard

Find, Filter, Preview, Pick. All lua, all the time.

Results 473 telescope.nvim issues
Sort by recently updated
recently updated
newest added

### Description When customizing mapping using table with telescope action field the following error occurs: ``` E5108: Error executing lua ...k/packer/start/telescope.nvim/lua/telescope/mappings.lua:338: attempt to call local 'key_func' (a table value) stack...

bug

I am using the built in LSP references picker. By default the "Results" section is showing 2 columns. The filename/path and the "Mini preview" (I am not sure what the...

enhancement

When I do a file search, it'd be great if information on my recently opened files was included in order to: 1) Speed up the file fuzzy search 2) Sort...

enhancement

### Description Not sure if this is really a bug but this has been annoying me for quite some time. This was not always the default behavior of Telescope but...

bug

### Description If I open a file `~/foo/bar.txt`, the previewer for `:Telescope buffers` works as expected. If I cd to a directory that is not a parent of `bar.txt` such...

bug

I would really like to use telescope and it's live_grep picker without the extra dependency. I'm trying to replace ripgrep with the regular (gnu) grep and this is for now...

enhancement

# Description Not setting entry_maker explicitly should fallback gracefully, Currently, it doesn't work, because it's being set to make_entry.gen_from_string and make_entry.gen_from_string is entry_maker factory. ## Type of change - Bug...

**Is your feature request related to a problem? Please describe.** I like to recenter the screen after jumping, I use telescope for lsp's goto's and its annoying that I need...

enhancement

### Description In one specific work project, I sometimes get neovim frozen by using Telescope live_grep (with ripgrep) At that point neovim does not respond to any input. I can...

bug

For internal vim-help finder, the devdocs finder I'm working on and perhaps registers (especially if it updated in realtime), would be nice to have the option to resize, "pin" or...