Henry Wang

Results 17 comments of Henry Wang
trafficstars

The anticonceal feature has been merged to master https://github.com/neovim/neovim/pull/20130

> I can not reproduce this issue. The cursor should not focus on signature windows. You use select_signature_key to rotate between signatures. Ah I meant move_cursor_key sorry

Yes I have both pyright and copilot running: ![image](https://user-images.githubusercontent.com/28958399/198829852-26ffaca8-a5a6-4e61-b906-344dfe640a94.png)

I've also created https://github.com/quantum-booty/MassTransitProtobufSerializer which uses Google.Protobuf instead of Protobuf-Net.

Ah I see! It would be nice to have a default set of highlight as fallback if they are not specified by the user or by the colorscheme.

@ldelossa Looks like the default highlights doesn't work for me. ![image](https://user-images.githubusercontent.com/28958399/143276594-bff271a1-cc07-4044-acd6-607debad0b77.png) I think I figured out why, so in this function: ```lua function _setup_default_highlights() local dark = { CTBoolean =...

> Pushed some changes, give it a go. Thanks, working now!