-
### 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 …
-
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 …
-
### Did you check docs and existing issues?
- [X] I have read all the trouble.nvim docs
- [X] I have updated the plugin to the latest version before submitting this issue
- [X] I have searched the ex…
-
Please have a look https://github.com/nvim-treesitter/nvim-treesitter/issues/5910#issuecomment-1895464469 .
-
### Did you check existing issues?
- [ ] 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…
-
**Environment (please complete the following information):**
- OS: Linux
- NeoVim version: v0.5.0-dev+1197-ga17782042
- vim-which-key version: 4cbfe3b
- Have you reproduced with a minima…
-
### Describe the bug
The grammar package for tree-sitter-nu called by nvim-treesitter.withPlugins is never picked up by Neovim (v0.10.0).
### Steps To Reproduce
Steps to reproduce the behavior:
In…
-
Core
- [x] folke/lazy.nvim
- [x] nvim-treesitter/nvim-treesitter
LSP
- [x] nvim-lspconfig/lspconfig.nvim
- [x] williamboman/mason-lspconfig.nvim
- [x] williamboman/mason.nvim
- [x] stevearc/conform.n…
-
The position of pictures is not corrected, shown as pic below
![Clip_2024-05-29_16-42-17](https://github.com/3rd/image.nvim/assets/51861161/99394760-aac3-4b88-a0d3-433a31c9387f)
The plugin is inst…
-
Thanks for creating this plugin, it is awesome!
I have an issue with a typescript project with the `dist` directory. While it is ignored in the `jest.config.js`, neotest considers it when detecting…