Gokul Soumya

Results 99 comments of Gokul Soumya

That's a very clever way to do it; the main issue I see with it is that they are harder to reach and selecting inside and around are very common...

This could also be due to the macro expansion done by rust-analyzer internally. I've seen this myself with helix's codebase when `gr`ing any of the keybind commands (all the commands...

AppImages don't require any kind of installer, and I've found that aspect of it useful when using Neovim's AppImages. "Make it executable and run" is quite easy to do. I...

@CBeige you can always ask for help in the matrix room :)

This would enable an ad-hoc quickfix list behaviour, carried over from vim. In vim a list of file locations can be sent to the quickfix list, and commands exist that...

How about making this the default behaviour of up/down keys and instead of just matching by prefix we match by substring, similar to how fish shell does history searching: >...

I think taking the count before would be better suited here, similar to goto line number `gg`.

Should we also have a timeout for formatting ?

I really like this one - you can see the whole name, the x looks like a helix, and a nice splash of colors that match the default theme (the...

Splitting the PR into multiple smaller ones (even dependent ones, where one PR depends on another to be merged first) would definitely make reviewing easier. Some PRs cannot do this...