-
The `nvim-treesitter` has an experimental [main](https://github.com/nvim-treesitter/nvim-treesitter/tree/main) branch, which will be the default in the future. It dropped the module system, so the fol…
-
Hi there,
This is a notice that I've deprecated and removed the language-extension API from nvim-paredit. Nvim-paredit now uses a new treesitter query based design to understand the grammar.
See…
-
### Neovim version (nvim -v)
NVIM v0.6.0-dev+142-g5a111c1b0
### Vim (not Nvim) behaves the same?
no, vim doesn't support nvim-treesitter
### Operating system/version
Microsoft Windows […
-
A report this morning in editor-support in discord had me reinstalling/recompiling tree-sitter-nu. I was presented with errors.
![image](https://github.com/user-attachments/assets/a88f216f-0897-4355-…
-
Hey 👋
This isn't a bug in neotest itself.
The [scm-1 rockspec on luarocks.org](https://luarocks.org/manifests/neotest/neotest-scm-1.rockspec) still lists nvim-treesitter as one of its dependencie…
-
Since updating to neovim 0.10.0, I started getting errors when some nvim internal expects a treesitter-parser to handle text of a given type. Some plug-ins (e.g. "neovim/nvim-lspconfig") also depend o…
-
### Describe the bug
When writing Ruby code with Treesitter's indent functionality enabled, typing an open brace `{` indents it all the way to the beginning of the line. Other characters, such as an …
-
I installed the "make" highlighter and I seem to be getting the following error:
```
Error in decoration provider treesitter/highlighter.win:
Error executing lua: /usr/share/nvim/runtime/lua/vi…
-
**NeoVim Version**
```
NVIM v0.10.0
Build type: Release
LuaJIT 2.1.1693350652
```
**Describe the bug**
When having a keymap to open the summary window right before running the tests will show…
-
The plugin is installed with https://github.com/folke/lazy.nvim as following:
```lua
{
"eddiebergman/nvim-treesitter-pyfold",
ft = "python",
},
```
When opening a pyth…
dir01 updated
8 months ago