-
### Problem
I've created a issue in nvin-treesitter about this bug. According to this response, reproduced the error.
I think this is an issue with neovim core, stemming from the fact that a buffe…
-
It would be very convenient to have in addition to `init_selection` a similar command that works in operator-pending mode, i.e., something like "around node" or "an", so that one can use "dan", "yan" …
-
I use [init_lazy.lua](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax) to make the test.
I add th…
-
Love the plugin. The tree-sitter API is absolutely the correct way to go about s-expr editing. The only feature I find missing is the ability to jump to the sibling form's start/end. (Not the existing…
-
### Problem description
I'm using AstroNvim with Mason, and I have black, ruff, and pyright installed. For some reason Pyright isn't attached and is not working in neovim. It works via terminal. Ho…
-
### Remote
`gs`, `gS` (linewise), `g` (blockwise)? Do we need linewise (and blockwise) by default?
### Treesitter
Dedicated linewise keys would be great, since they are much more efficient …
-
To enable, add enable_quotes = true in lua config.
- [ ] astro
- [ ] bash
- [x] c
- [x] cpp
- [ ] elm
- [x] go
- [x] html
- [x] javascript
- [x] jsx
- [ ] julia
- [x] lua
- [x] perl
- […
-
**Is your feature request related to a problem? Please describe.**
[Semshi](https://github.com/numirias/semshi) provides semantic highlighting. In particular
- Highlighting of imported names
- Hi…
-
### Describe the bug
When i hover chat, after closing and opening menu it gives me erorr:
```
Error 06:50:18 PM msg_show.lua_error E5108: Error executing lua: ...share/nvim/lazy/telescope.…
-
Hello, I have noticed a problem with the plugin when we have such case in C++:
```
if(caseA)
{
//...
}
else if(caseB)
{
//...
}
else
{
//...
}
```
When we scroll past the 'els…