Stefan Novaković
Stefan Novaković
As mentioned in #27469, there is an inconsistency between extmarks/highlights regarding the `end_col` option. Now the `end_col` option in the `nvim_buf_set_extmark` function can be set to `-1` - meaning to...
Fixes #480. ## Explanation of the code: **Note that this explanation talks only about netrw, but some other things could be causing the same problem as well.** First of all...
## Expected behavior: Same thing that happens when doing something like `:e some_file`. https://github.com/ThePrimeagen/harpoon/assets/100767853/e6fb82a6-83ad-4d4c-a71e-633adea04e73 ## Ackchyual behaviour: https://github.com/ThePrimeagen/harpoon/assets/100767853/ef6c3fa0-56ef-4a1f-9e69-1ffcda314d68
- [x] #6 (by @Davidyz) - [x] Clear Screenkey after some time (by u/evergreengt on Reddit) - [x] Add a debug option (by @Makaze) - [x] Key grouping (by u/OkDifference646...
### 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.10.0...
### Problem ### Just after opening neovim  ### After resizing neovim  ### Steps to reproduce 1. open neovim with `nvim -c "Screenkey toggle` 2. increase/decrease the font size...
 Since the recent breaking change, when I try to redo some changes, the prompt opens up in the bottom left corner (see the image) and there are no highlights....
Closes #472. Before merging: - [ ] Do you want formatter actions to apply formats or only check if the code/docs follow the formatting rules? - [ ] If the...
Hi, First of all, thank you for the great work on this project. I'd like to propose introducing standard formatting tools. This will make contributing and maintaining easier. Since all...
## Description This is just my proposed solution to the issue linked below. If you have some better ideas that I could implement, let me know. ## Related Issue(s) #977