-
I was thinking about sending the output of a [treesitter.textobjects](https://github.com/nvim-treesitter/nvim-treesitter-textobjects) command to irons REPL but I fear my lua skills aren't there yet.
…
-
It started happening since a recent update it seems, it took me quite a while to figure out why hydra started crashing my treesitter, as I've figured out, having a float hint window appear was what cr…
-
使用lazy分支下配置,每次启动nvim都会跑一次
```shell
[nvim-treesitter] [15/15] treesitter parser for cpp has been installed
```
这是说明安装成功吗,但是为什么每次启动都会从 [1/15] 跑到 [15/15] 以及启动时会提示
```shell
Error detected w…
n-WN updated
4 months ago
-
### Describe the bug
When opening nvim with an Odin language file, no highlighting is applied unless I manually toggle it with :TSEnable highlight.
Other file types (rust, lua, etc) work as expect…
dogue updated
1 month ago
-
после инициализаций остается ошибка внизу (после Mason и Lazy sync)
редактирую файл plugins/init.lua (добавляю всего лиш коментарий в одну сточку), после сохранения все ок потом и этот комент можно…
-
Has anyone used it? The last time I looked at tree-sitter it didn't have many grammars but a quick look shows it's getting better. Our syntect syntaxes are stuck on _old_ versions of the grammars beca…
Keats updated
1 month ago
-
**Is your feature request related to a problem? Please describe.**
The syntax highlighting support seems a bit fragile. While it seems to work, I wonder if it can be improved by using a tree-sitter g…
-
### Describe the bug
Running nvim/treesitter on Win10.
Treesitter is working fine with other parsers.
After installing the vue parser, anytime I open a vue file or run checkhealth, nvim crashes a…
-
When I use vim-tabby, because it can't be lazy loaded (#15), the startup time for my setup increases by 30ms (around 45%).
Here is the startup time without tabby:
```
startup: 45.7
event …
-
### Describe the bug
New to treesitter, in the document it said
```
Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'}
```
So I put it into the plugin section and run `:PlugInstall` but …