Frederick Zhang

Results 190 comments of Frederick Zhang

Turned out that this is not a footer, but an email signature. The version number is just its default value. I literally have never seen anyone customising this in all...

On a second thought, is it possible to process the diff size lines? For example, ```patch From 3683cf5dcf10d032741cc570c9d7c6e20d819f7d Mon Sep 17 00:00:00 2001 From: Frederick Zhang Date: Wed, 2 Feb...

@rgrunber FYI I also found https://bugs.eclipse.org/bugs/show_bug.cgi?id=322494

@eruizc-dev You can configure import order using `java.completion.importOrder`.

@ms-jpq Sure if you have other projects to work on atm, just merge this one when you've got time to clear out the blockers. I can easily patch this locally...

@lukas-reineke Is there already a Neovim issue I can subscribe to? If not could you help file one? Thank you!

That's unfortunate. So instead of a bug report, do you think this can be a feature request to Neovim something along the lines of e.g. 'allow inccommand to override virtual...

I'm probably asking too much for an edge case but could you outline what you need from Neovim in a feature request, just to see if it gets us somewhere?...

On top of treesitter btw, if you're using a LSP server/client with support for [Semantic Tokens](https://microsoft.github.io/language-server-protocol/specification#textDocument_semanticTokens), highlighting from this plugin can also be overridden by other groups. For example, I'm...

@wei Sorry I may not have put this clearly. For example, in the source repo I've got `master` and `feature` branches. After merging `feature` into `master`, I often delete the...