Thomas Vigouroux
Thomas Vigouroux
Another attempt to #17099
Expose the spell checking to the extmarks API. Frist dip into `win_line`. cc @bfredl @clason @lewis6991
This allows to load a language whose function name is different than the language name that we set within the language table. This use case should allow to have multiple...
Editing a big file with with lots of injections using tree-sitter highlighting will lead to catastrophic performance. The root of the problem is that the LanguageTree itself is not incremental,...
As discussed [here](https://github.com/neovim/neovim/pull/19140#issuecomment-1171381745). cc @justinmk
Hi everyone ! This issue will be tracking for the task of rewriting everything in lua. As this plugin focuses on Neovim, the rewrite will allow better performances and maybe...
Hey, I was playing a bit with the playground, it is really nice ! Though I encountered issues with the following query : ``` ("function" @id "end" @id) ((comment)+ @doc...
Attempts to fix #2045.
**Describe the bug** The `Commit changes using git editor` functionnality does not respect what the user specified in the configuration file under `os.editCommand` (or `os.openCommand`) **To Reproduce** Steps to reproduce...
Hi, While debugging https://github.com/nvim-treesitter/nvim-treesitter/issues/963, we started to think the issue was not on our side, but on here. The issue is fairly basic : when quering the tree, there is...