-
After watching your great video I decided it would be easier to start with your config and modify it rather that starting from scratch.
After cloning the repo I get
```
Failed to run `config` …
-
As far as I can tell, Helix does not (yet) support [code folding](https://en.wikipedia.org/wiki/Code_folding).
Syntax or LSP/Treesitter based code folding is probably my most missed feature from nvi…
-
**Is your feature request about something that is currently impossible or hard to do? Please describe the problem.**
Currently, when restoring a session that contains folds, `E490: No fold found` is …
-
### Describe the bug
For gleam, I have to run `:TSBufEnable highlight` to see the highlight, this doesn't happen to other languages.
### To Reproduce
1. Install `gleam` on nvim-treesitter
2. Open …
-
NeoVim 0.9.1 via MacPorts on Mac OS Ventura
:checkhealth
nvim-treesitter: require("nvim-treesitter.health").check()
========================================================================
## …
-
### Describe the bug
When editing Quarto documents, if I delete a Visual Selection that spans to the next line, I frequently get the error:
```
E5108: Error executing lua ...nvim-treesitter/lua/n…
-
### Description
When I set `defaults.file_ignore_patterns`, any calls to `builtin.current_buffer_fuzzy_find` does not yield any results; when there should be something.
### Neovim version
```markdo…
-
### Describe the bug
When trying to index a list using slice notation (e.g. `x[:2]`) inside an indented block, the current line is dedented when the colon is typed while the bracket is open.
### To …
-
After following the steps describe in nvim-treesitter/nvim-treesitter#3092, I discovered it was this plugin that was giving me the following error message whenever I opened more than one TypeScript f…
-
### Is your feature request related to a problem? Please describe.
I am interested in writing my own "inner"/"outer" text objects as in https://github.com/nvim-treesitter/nvim-treesitter-textobject…