Arsham Shirvani
Arsham Shirvani
Hi, thanks! I'm afraid I can't replicate this behaviour. I haven't setup telescope on my setup, however I can look into the problem if you provide a minimal config that...
Thank you for the code. I'm not sure what is happening with this setup, but I managed to make this work. ```lua -- Instead of opts = true add the...
It is not supposed to be called in the config. The snippet above is just a hack, to repopulate the list only once when the plugin is lazy loaded.
I'm not sure if I'm following. Can you elaborate please?
Thanks for raising this issue. May I ask what version of Neovim you are using? When you produce the glitch, is there any `Z`s in the qf buffer? Those items...
I'm afraid I couldn't find the root cause of this bug. My guess is that the Telescope does something with the buffer that is not supposed to, but I can't...
I don't think it is possible. The [setqflist](https://neovim.io/doc/user/builtin.html#setqflist()) has a very specific set of input.
Thank you for the kind words, and using my plugin! You are raising two valid points here. Let's have a discussion to understands what needs to be done. ## Regarding...
Hi, sorry for the delay. You are making good points, let me play around with your ideas and will get back to you.
I have implemented the `ai` and fixed the visual-line problem. Let me think about the `ii` and `ai` after the visual selection idea you have, which makes sense by the...