gabrielrov
gabrielrov
### Description Buggy behavior when using `gitsigns.select_hunk` or `Gitsigns select_hunk`. If used in visual or visual block mode, instead of selecting the whole hunk, it only selects until the end...
### Closing pairs are not renamed when changing tag and immediately adding an attribute after it ```sh ↑ ``` When typing `ciwmain class="test"`, it becomes: ```sh ``` It would be...
**Is your feature request related to a problem? Please describe.** When using `repeat_last_move`on operation pending mode, after triggering`builtin_f_expr` or `builtin_t_expr`, it operates on one character less that it would be...
## Description Changing to any colorscheme running `:colorscheme exemple` makes highlights greyed out. Before (tokyonight)  After (nightfox)  ## Aditional context I've also had a similar issue before on...
I think that would be nice to be able to change the order in wich each active indicator is selected. For instance, if i have active indicators that look like...
### Describe the bug Indentation doesn't work properly when pressing `o` or `enter` at the end of a single line if statement on javascript. ### To Reproduce Given the following...
### Description gitsigns.preview_hunk and gitsigns.blame_line popups currently doesn't have filetypes. I suggest adding one for each, so them can be referenced. ### Neovim version v0.11.0 ### Operating system and version...
vim.api.nvim_buf_get_option, described on the readme setup section, is currently deprecated as per: https://neovim.io/doc/user/deprecated.html#nvim_buf_get_option()