Ajit

Results 46 comments of Ajit

Just checked on Ubuntu using WSL and the UI does render on my machine. I think you meant pressing alt+Q shows input box but typing in it doesn't shows any...

Not repo author, but there are three steps:- 1. Download [codicon from here](https://github.com/microsoft/vscode-codicons/blob/main/dist/codicon.ttf) and install it. - If on linux, check font name using `fc-list | grep -i codicon`. It...

@mcmillion Reverting to a commit before fixes what you mentioned, so yes.

@henriquehbr @sbaildon @beauwilliams have you guys got this plugin working with rust-analyzer? If yes, care to share the code for it? I expected types to show up in virtual text,...

@svermeulen swapping works but cursor isn't moved to the end with these mappings when pasted

@svermeulen ![Animation](https://user-images.githubusercontent.com/26769888/117048940-67369880-acc8-11eb-936b-7bfcfc85e759.gif) 1. Here I yanked word `else` using `yiw` then 1. moved in b/w `a b .... c d`, 1. first pasted using `p`, then 1. used `u` to...

I've already forked and am using a [different method](https://github.com/ajitid/gitlinker.nvim/blob/fix/mapping/lua/gitlinker/mappings.lua#L20-L22) to suppress mappings. Thanks for mentioning it anyway!

For others stumbling upon this issue, I'm not planning to work on this. I did clone the approach that match-sorter does (which @/caschbre mentioned just above), but that didn't feel...

Hey @pierreglaser, I concur with @ElPiloto that we should merge this.

I don't remember, really. I look at the diff and the made the change in my own fork: https://github.com/ajitid/folding-nvim/commit/71e46d26e6ba83079cd7ddd4e95bec7942c670c9. Seems like the change results in completely skipping inner if condition....