-
There is now [this](https://github.com/nvim-treesitter/nvim-treesitter/commit/604aa5a7c8cf1fd0c4ad667a0cc7fb8aaf0be33e). A config and highlights for `tree-sitter-nu` within `nvim-treesitter`.
Curre…
mrdgo updated
2 weeks ago
-
**Project description**
Tree sitter parser for [C3 programming language](https://c3-lang.org/)
**Metadata**
* homepage URL: https://github.com/c3lang/tree-sitter-c3
* source URL: -
* licens…
-
-
Hi Davis, thanks so much for your help thus far! I've encountered an issue which you can hopefully reproduce via simple demo repo at https://github.com/mpadge/r-tree-sitter-test. The README there has …
-
### Did you check the docs?
- [X] I have read all the flash.nvim docs
### Is your feature request related to a problem? Please describe.
Would it be possible to customize `;` and `,` keys for…
-
### Describe the bug
Tried to add @codebase in avante ask to know about whole project, but it can't read the project.
### To reproduce
_No response_
### Expected behavior
with the @cod…
-
Hey, I saw your work on making a basic nextflow treesitter parser and I was trying to set it up in Neovim. I added the parser to treesitter and got it installed but I don't get any highlighting. I'm c…
-
### Did you check existing issues?
- [x] I have read all the [tree-sitter docs](https://tree-sitter.github.io/tree-sitter/using-parsers) if it relates to using the parser
- [x] I have searched the ex…
-
`getFileType` contains this piece of code:
```vim
if get(g:, 'loaded_nvim_treesitter', 0)
let type = luaeval('require"emmet_utils".get_node_at_cursor()')
" […]
```
However the assumption…
-
### Prerequisites
- [X] I am using the latest stable release of Neovim
- [X] I am using the latest version of the plugin
### Neovim Version
0.10.2
### Neorg setup
```
-- File: plugins…