gabrielrov

Results 8 issues of 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...

bug

### 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...

enhancement

## Description Changing to any colorscheme running `:colorscheme exemple` makes highlights greyed out. Before (tokyonight) ![Screenshot_20241015_121903](https://github.com/user-attachments/assets/3110e836-c25e-4cc5-920f-2bf683fe0aaa) After (nightfox) ![Screenshot_20241015_122012](https://github.com/user-attachments/assets/79321608-eda8-4bec-9b50-6ec7eaed0c24) ## Aditional context I've also had a similar issue before on...

enhancement
up for grabs

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...

indent

### 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...

enhancement

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()