Anshuman Medhi

Results 88 comments of Anshuman Medhi

Well you don't have to support all of vims motions of course. Alacrittys vi mode just supports the basics hjkl instead of arrows wbe for moving by word v to...

I am trying to get good tasks for python, cpp (although this depends on build system), rust, lua and shells, because I work with those regularly. I can contribute those,...

Well my idea in the last paragraph is not to build in the cmake/make/etc targets, but have something like: ``` tasks = { { from = "ninja -t targets" --...

So this way as you said you wouldn't have to maintain the definitions for any build systems (maybe have a wiki for common ones like I mentioned in another issue)

Also I just realised `make` actually doesn't have a way to get a list of targets, which is really annoying, the main solution seems to be grepping the Makefile, which......

Also, do you have experience with the more expensive IMU AHRS solutions like the Redshift UM7, Fairchild FMT1030, Xsens Mti etc? Any products in the 100-200usd range that provide good...

Does this allow passing lua functions as RHS to which-key? or does which-key do some typechecking that would get in the way of that?

https://godbolt.org/z/PxfYhdEYn parsing variable and function declarations is highly context dependent. When you see an identifier it could be a variable, function or type, and that affects the parsing of the...

Now that you have a custom command `:RustCodeAction` for the nested menu functionality of rust-analyzer, I switched to that but it doesn't seem to properly switch to `range_code_action` in visual...

BTW there are some problems in the example configs when run inside a `vim.cmd [[ ]]` block. 1. Using `s:` variables gives me a 'illegal variable names' error 2. The...