Ajit

Results 33 issues of Ajit

Is it possible to highlight matching bracket in context view? It is useful especially when we have extra/missing bracket on one side and we need to fix it.

Ref: https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/?q=1#go-to-source-definition Unsure if this plugin can expose above functionality, or if it is just unavailable to us because we're relying on an LSP server and VS Code isn't.

_Hey, this issue is to collate all the ideas that I have in mind. If you have an idea other than the ones mentioned, please create a separate issue for...

enhancement

_Originally raised this issue in a [neovim plugin](https://github.com/jose-elias-alvarez/typescript.nvim/issues/13)._ Ref: [Go to source definiton](https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/?q=1#go-to-source-definition) When ctrl+clicking to invoke go to definition on an imported function, where being the function is coming...

This is a follow-up of [a question raised in another project](https://github.com/airblade/vim-rooter/issues/119). Hey! I'm new to Vim and I am trying to integrate [a public function from another library](https://github.com/airblade/vim-rooter#using-root-finding-functionality-in-other-scripts) by replacing...

### Describe the bug Try typing in text and hit enter in a multiline comment. You would see an issue similar to this: ![153990427-6335faf3-c713-4e92-a258-71a6b255254d](https://user-images.githubusercontent.com/26769888/154752428-4a74246a-88dd-4eb8-a117-427a46ea5c05.gif) I must mention that it works...

bug
indent

As file name appear at the end of its path, enabling [end criterion](https://github.com/junegunn/fzf/blob/9cb7a364a31bdb882d873807774bdcf6fad0c9e4/man/man1/fzf.1#L114) would result in accurate matches. This feature would also be helpful in the case of `:Telescope tags`...

Hi, I wanted to start learning and making 2D stuff on the web and found Pts to be a lib which suits my use case. Just have a quick question,...

enhancement

**Describe the bug** While b1e850b77e57b2720c06d523d6fc4776ad6a5608 has introduced change to act of arrow function's body excluding brace, move commands like `goto_next_start` and others are skipping over these arrow fns now. **To...

bug

Is it possible to add `gp` and `gP` shortcuts to Yoink? These commands in Vim put cursor after the pasted item. Currently doing `gp` followed by `[p` (YoinkPostPasteSwapBack) results in...