Price Hiller
Price Hiller
I'll prioritize this issue in the next week or two and hopefully get a feature merged addressing this. There was a auto-closed PR that seemingly resolved this @ #126. Will...
> @treatybreaker this could be something nice to do, yea? Yeah, this would be solid. Not sure about the nested scope though. I don't think there's a ton of value...
~Hey folks, I've started maintaining a fork over at https://github.com/PriceHiller/nvim-ts-autotag/ until windwp returns.~ ~I can't reproduce this over there. I have incorporated a few patches thus far, so perhaps that's...
Should be fully resolved with the merging of #173
This is on my radar this week to get done by Friday.
Hey @fisher-j and anyone else who comes across this. I've implemented this in my Neovim config somewhat and thus far it's been working well enough for me. Here's the code:...
The following stills remains to be done: *(Checked means done)* - [x] Toggling indent mode on or off in a buffer - [ ] Support `#+STARTUP: indent` & `#+STARTUP: noindent`...
> I think the latest Nightly should work now. But there are conflicting reports on the Neovim issue. So, if you still encounter this in the latest Neovim nightly version,...
> Are you able to test Neovim without this commit https://github.com/neovim/neovim/commit/55c9e2c96e28059a5102e2551b16b4fa4592723b. It might be hard to revert due to conflicts though, so maybe you could test with one commit before...
To make the text wrap correctly with ***conceals*** at least, all that has to be removed is https://github.com/neovim/neovim/blob/e8f7025de1d8b7c8bbe747736e4c46dcd6e73133/src/nvim/drawline.c?plain=1#L2793-L2794 ### Before  ### After  --- The issue is that things...