Simon Hauser
Simon Hauser
Thanks for all comments here. You are awesome :) TJ also had a different idea (tami also suggested it to me). We could also move the engine (core part) in...
hmm weird, Can't reproduce. Works for me on nvim 0.7.2 and on nvim nightly  I've to try in an ubuntu vm later today. What terminal emulator do you use?...
I can send you a snippet, this evening. Everything should be somewhat possible, besides the maintaining search criteria. That should be possible soon. And we might have to expose some...
rebased branch. i hoped this would fix my problems. sadly it didnt :sob:
I merged #1143 and it fixed `t1.a + t2.b` but it broke `:enhance` #1482 #1485 So at some point of the debugging process i thought maybe its something with how...
This will be a nightmare to rebase. Can we not do this again with these unrelated changes. And do smaller PRs in the future, if its possible? (I know something...
@tjdevries this is rebased and the unrelated changes are cherry picked here #1850 I'll write some docs for `entry_index` and merge that over there. Can you finish up this PR?...
I pull out the document changes for 0.1.0 The rest will be addressed at a later point in time
patch is no longer applicable because we changed how tags are loaded (to improve performance). It needs to be changed significantly
Did you try to disable all of Telescopes filetypes for copilot? `TelescopePrompt` and `TelescopeResults`? https://github.com/github/copilot.vim/blob/ad102c7a58356414f18680f60c2298246e41ccea/doc/copilot.txt#L43-L59 Or even better only enable copilot for filetypes you need. Maybe that helps, if not...