-
```
Error executing vim.schedule lua callback: ...vim/site/pack/packer/opt/packer.nvim/lua/packer/load.lua:53: Cannot convert given lua type
stack traceback:
[C]: in function 'nvim_notify'
…
-
vim-commentary has a normal mode `gcgc` keybinding to uncomment a block of commented lines.
Before ↓
``` c
printf("Hello");
// printf("Hello");
// printf("Hello");
printf("Hello");
```
Aft…
-
### Did you check the docs and existing issues?
- [X] I have read the docs
- [X] I have searched the existing issues
### Neovim version (nvim -v)
0.9.4
### Operating system/version
Mac…
-
### Your `minimal.lua` config
Not really needed, I pointed out where the bug is in the code and a `nil` response needs to be handled.
### Error messages
_No response_
### Log output
```txt
> Err…
-
If you do Leap then native `f`/`t`, `;` will repeat the Leap motion rather than the native `f`/`t` motion.
Workaround: use different bindings for Leap repeat
-
### Current Behavior:
Colorizer used to work when opening files. no longer loading and, according to [norcalli](https://github.com/norcalli) /
[nvim-colorizer.lua](https://github.com/norcalli/nvi…
-
### Describe the bug
Treesitter syntax tree does not update or refresh automatically as I update the buffer. Please see the video below.
![Screenshot](https://user-images.githubusercontent.com/1…
-
This example image is used in the [nvim-notify README.md](https://github.com/rcarriga/nvim-notify?tab=readme-ov-file#usage):
![image](https://github.com/rcarriga/nvim-notify/assets/2470302/f60b01d0…
-
### Describe the bug
If you register a file type using vim.treesitter.language.register, the options of treesitter are ignored by that file type and set to disabled, meaning you need to enable them m…
-
**Describe the bug**
I have installed both this plugin and [which key](https://github.com/folke/which-key.nvim) and I followed example configuration of both plugins on readme. I don't see this plugin…