Simon Hauser
Simon Hauser
maybe this is a duplication of #1423 ? can you confirm that this diff fixes things? https://github.com/nvim-telescope/telescope.nvim/issues/1423#issuecomment-968070320 Can you also test with `Telescope find_files previewer=false`
Do you usually use `fzf-native`? Because it calculates the highlight positions (i can reproduce it with `fzf-native`) But it would also be good if we check the internal sorters as...
Does this happen with `Telescope live_grep previewer=false` ? Probably dup of https://github.com/nvim-telescope/telescope.nvim/issues/1379
So this is not an issue if `previewer=false`?
Does it get better if you apply this patch: ```diff diff --git a/lua/telescope/pickers.lua b/lua/telescope/pickers.lua index 212c236..b061994 100644 --- a/lua/telescope/pickers.lua +++ b/lua/telescope/pickers.lua @@ -353,7 +353,7 @@ function Picker:find() -- want to...
So its the scrolling. A faster entry_manager (better datastructure and/or compiled code) will probably be necessary. See https://github.com/nvim-telescope/telescope.nvim/pull/1270 for a proof of concept
we kinda cant because then we will need to reopen #42 . We could make a temporary optional config value. Something that can be set now but will be removed...
What i great comment i love it. Sadly it was deleted. But i wish you the best with helix. So to everyone else who is running still running neovim. We...
Its the same thing i mentioned here https://github.com/nvim-telescope/telescope.nvim/issues/1423#issuecomment-968303158. But it still works and it feels faster. So it could be a temporary solution for everyone who needs a solution right...
pro tip. If telescope doesn't work for you just use fzf.vim. Its a great tool Your issue is a duplicate of https://github.com/nvim-telescope/telescope.nvim/issues/1423