John Gehrig

Results 154 comments of John Gehrig

This sounds similar to Issue #606 Can you downgrade nvim.exe and see if this issue persists? `nvim-qt --nvim {path to old version of nvim}`

I cannot reproduce this issue on Windows. Perhaps the specific configuration of you system has some impact on this issue? > I don't know why it is slower than yesterday...

@statiolake Nice work finding the cause! I agree, the changes aren't a good candidate for merge yet. The `ErrorWidget` is less of a concern, but modifying `ShellWidget::setShellFont` could cause characters...

This looks like a duplicate of #270. Can you try again with the latest release of neovim-qt? The latest release can be found [here](https://github.com/equalsraf/neovim-qt/releases/tag/v0.2.17).

> I'm sorry! The last few weeks have been very difficult for me. I should have answered you sooner. No worries! Been there, I get it... I hope things have...

It is not clear to me, what is the ask or feature request here? Are you asking for a `--start-position` argument? The `--geometry` option allows the user to specify the...

@ltratt I think the key sequence we sent in previous versions was a bug. As I understand, `` should not be sent by the input layer. Do your `` mappings...

@ltratt Thanks for the reminder ping! I'm a little hesitant to add the `:terminal` mode check to the input layer. I've tried to keep the input layer stateless, so it...

What scenario does this fix? I assume something like `:GuiFont Roboto Mono` currently reports an unknown font error, and with this patch the font reports correctly. We should do some...

> To me, this feels like something pretty basic, so my best guess is that it's already implemented, but I can't find anything about it. Unfortunately, there is no option...