John Gehrig

Results 154 comments of John Gehrig

I'm not sure I follow... Is there some reason the usual vim key binding mechanisms do not work for you? For example, here are some key bindings I use in...

@equalsraf This should be an easy fix, right? We have Linux AppImage and MacOS DMG packages associated with each GitHub WorkFlow build already. Are the `staging` builds [here](https://github.com/equalsraf/neovim-qt/releases/tag/staging) automated or...

@bugnano Even though Linux AppImages are not included in the [staging page](https://github.com/equalsraf/neovim-qt/releases/tag/staging), you can still easily download them. It sounds like you may already know this based on your first...

A few comments, and things to try... You don't need to include the `:` in ginit.vim. Check if `:GuiWindowOpacity 0.9` works when run from neovim-qt manually. Ensure the function `GuiWindowOpacity`...

I have some slight hesitancy on check-in for this fix, some users could complain of the exact opposite. However, the TUI behaves as called out in the bug, so perhaps...

That error message suggests you're trying to set a font that cannot be found. Have you tried setting the font via the dialog with `:GuiFont *`? Once you've set the...

We should support the `guicursor option`, however I'm not familiar with setting it via `vim.o.guicursor`. I'm only familiar with configuring the cursor via `set guicursor=...` in `init.vim` or `vimrc`. Can...

Okay, I see what is going on here. We do support cursor styling and the lack thereof. However, when no cursor styling is applied, we use some defaults: https://github.com/equalsraf/neovim-qt/blob/b4ca557cd133eb049cf4c977a81437a23a1fcd06/src/gui/shell.cpp#L695-L714 To...

Disclaimer: I'm not very familiar with the Windows executable signing process Unfortunately -- I don't think there is a good way for us to do this; we'd need to purchase...

@justinmk That is a very helpful point of reference! Does Neovim provide a signed executable? It looks like SignPath might provide a free key to open source projects: https://about.signpath.io/product/open-source