Ajay Mamtora

Results 34 issues of Ajay Mamtora

When In a long file where the diffs are somewhere far from the top of the file, I have to manually scroll down loads until I find the diff. It...

### Did you check the docs? - [X] I have read all the edgy.nvim docs ### Is your feature request related to a problem? Please describe. It would be handy...

enhancement

### Checklist - [X] I have read the plugin's documentation. - [X] The feature would be useful to more users than just me. ### Feature Requested I'm unable to trigger...

enhancement

When I use statuscol.nvim to define extra columns, the extra ones are highlighted: ![image](https://github.com/rasulomaroff/reactive.nvim/assets/45173937/0e33f5e3-0c74-4043-839e-af3f62f561fd) https://github.com/luukvbaal/statuscol.nvim I've just used the default setup and am unsure how I'd go about setting these...

### Description When setting the buffer to start in visual mode, the text input is readonly. Seems similar to https://github.com/grapp-dev/nui-components.nvim/issues/17 ### Repro ```lua local M = {} vim.api.nvim_create_user_command("NuiGoToLine", function() M.go_to_line_nui()...

When opening a component HTML file, it recognises the file type as htmlangular. When loading a session with persisted.nvim which uses the native nvim session, it reverts back to HTML....

Is there any way to scroll the hover popup without the mouse? I tried C-e & C-y, also ` vim.lsp.util.scroll(false, 1)`.

### Explain the issue When enabling vim-matchup and while using luasnip, while tabbing onto a snippet item in the nvim-cmp menu: ![image](https://github.com/user-attachments/assets/1bb869a1-f4f1-4a92-857d-7b3ad6127720) The snippet is immediately expanded. 1. Using vim...

bug

`Telecope find_template type=insert filter_ft=false` Not sure what else I can provide but running this command doesnt insert it into the buffer.

### FAQ - [X] I have checked the [FAQ](https://github.com/hrsh7th/nvim-cmp/blob/main/doc/cmp.txt) and it didn't resolve my problem. ### Announcement - [X] I have checked [Breaking change announcement](https://github.com/hrsh7th/nvim-cmp/issues/231). How would I fetch the...

bug