Thomas Vigouroux

Results 28 issues of Thomas Vigouroux

Another attempt to #17099

status:needs-design
status:needs-discussion
lua
treesitter

Expose the spell checking to the extmarks API. Frist dip into `win_line`. cc @bfredl @clason @lewis6991

extmarks

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...

lua
treesitter

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,...

performance
highlight
treesitter
mentored-project

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...

enhancement
help wanted

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...

**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...

bug

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...

bug
c-library