Andrew Stewart
Andrew Stewart
About the oft-shared workaround to send two add_class commands and select them differently with `:not()`: it's been pointed out that this shouldn't *really* work because after one go, they will...
I might be able to take a crack at this as well.
Yes this is perfect, this is the general gist of what I was looking for. Might I suggest exposing a configuration option to search only under the main module of...
They both have the option of using terminal buffers, which obviously parses all codes correctly. My gut tells me this would probably be the way to do it, I'm just...
I also would desperately love this for editing `.Vue` files in `vue-mode`. Can we get some direction on what would have to be done for this to happen?
it shouldn't be too hard to do. I have an example here of the same function call filling in telescope, mini.files, and fzf lua: https://github.com/srcrip/torus.nvim/tree/master/lua/torus/integrations I could take a shot...
one thing I don't know much about though is how to do custom sorting in fzf-lua. it seems simple enough to dump a lua table into it, but this plugin...
I am getting this issue as well. I'm not using vision though. Just sending regular text. I seem to be getting this with both the chat gpt and ollama adapters....
I started looking into it a little bit, but one thing thats puzzling to me is the way past edits get jumped to. Why loop through all the edits to...
if anyone wants to clean #8 up, I put forth some initial ideas of what could be done there. saving to a file is easy, nothing to really say about...