Hennadii Chernyshchyk

Results 692 comments of Hennadii Chernyshchyk

> It looks like there are already a ton of bugs opened about keyboard shortcuts. Yeah, this keyboard widget ([QKeySequenceEdit](https://doc.qt.io/qt-6/qkeysequenceedit.html)) is buggy. See, for example, #103. Usually Qt provides a...

Encountered the same issue and tried to deserialize into tokens manually. But [de](https://github.com/serde-rs/serde/blob/master/serde_test/src/de.rs) module is private despite that [Deserializer](https://github.com/serde-rs/serde/blob/d208762c81883a181e8c6a9ca3f303e040105c7d/serde_test/src/de.rs#L11) itself is `pub`. Maybe make this module public?

@glepnir how it is this related? It's a different issue.

> that can support custom command in server settings then you can do it right? The issue you mentioned is about custom command handlers, if I understand correctly. This issue...

> you can custom a command in server setting.then you can use this command in neovim cmdline. This is how it currently works as far as I know.

> maybe I understand wrong you want the comand clangd switch source header in default? No, I like how commands works right now. And I submitted a PR that adds...

> Currently the project is bloated. You can see that a large number of language server configurations exist. Yes, there are a lot of configs in the repo... But aren't...

@JulesNP I did and left a review. Please, resolve it and I will merge it.

Oh, sorry, I forgot to press "Send" :smile: I did it 20 days ago. Thanks for noticing me.

I totally understand, I just don't use it currently. But PR is very welcome.