-
```
❯ tmux -V
tmux next-3.4
❯ kitty --version
kitty 0.31.0 created by Kovid Goyal
❯ cd ~/.local/share/nvim/lazy/image.nvim
❯ git rev-parse HEAD
ec577441edca399c43d77b522870dbd7b9cd38b8
❯ cat ~…
-
### Problem
It seems that at the moment displaying documentation for LSP completion does not work. If I'm wrong please close this issue.
We probably need to call [completionItem/resolve](https:…
-
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…
-
Hello
I can't seem to remmap the toggle minimap button. (F5)
after many tries via codewindow.toggle_minimap() i couldn't map.
config:
```
local status_ok, codewindow = pcall(require, "codewin…
-
### Describe the bug
When the parsers `lua` and either `vim` or `comment` are installed, neovim crashes when trying to insert any character into a loaded lua file.
### To Reproduce
Have an `init.lu…
yggdr updated
1 month ago
-
### Describe the bug
When a suggestion has no changes, the code errors instead of doing nothing.
```
Error while decoding suggestions: After analyzing the code and cursor position at row 77, col…
-
### Problem
Nvim crashes probably when trying to show documentation for `nvim_cmd`:
![image](https://github.com/user-attachments/assets/67af0104-564b-4edc-91ef-18edce14a476)
```cpp
#0 0x000…
-
I'm not sure what's going wrong, so I'll go over a few things.
It seems to me that treesitter is working. I'm looking at a Rust file. I see that with treesitter, I have detailed highlighting of att…
-
### Problem
Reference: rest-nvim/rest.nvim#485
`TSNode:field()` api doesn't return the all children nodes matching given field id.
Stable version (`v0.10.2`) returns all children nodes but nightly …
-
Hi @DavisVaughan, thanks so much for your great tree-sitter work. For an upcoming project at rOpenSci, we aim to use tree-sitter s-expression output to quantify aspects of tree edit distances between …