Christian Clason
Christian Clason
As far as I can see (and option (i) is long-term; that's a lot of work).
Feel free to make a PR to nvim-treesitter.
> > Feel free to make a PR to nvim-treesitter. > > > > Sorry, was this in reference to the conceal solutions above or were you talking to someone...
We should fix the bundled colorschemes, as these are useful and maintained (e.g., by adding a `colorscheme vim` after the `hi clear`). For external "legacy" colorschemes -- especially unmaintained ones...
> I'm fine with "breaking changes" because neovim's decision is to force users to actively move away from legacy colorschemes. This is false; nobody is moving anybody away from anything....
> WinSeparator was linking to VertSplit, but I changed to Normal as VertSplit is deprecated in Neovim. This was deliberate for backward compatibility, though. (Not saying we need to keep...
Is there anything left that hasn't been pillaged by merged PRs already?
It's not meant to work yet. The folding module is yet to adapt to the changes. (PR welcome; there is a closed one but @lewis6991 laying the groundwork.)
The `tsx` parser is weird; it's actually one parser handling two grammars (typescript and tsx), so I'm not surprised that something is not working. @steelsojka
If the language of the parser is `tsx`, it should work out of the box. And steelsojka is listed as the maintainer for `tsx`, so anything related to that language...