smolck
smolck
You can ignore the version from git, the version hasn’t been updated in the cargo.toml so it won’t display correctly afaik
Could you delete the gnvim directories in /tmp and then re-run the commands I put in https://github.com/vhakulinen/gnvim/issues/128#issuecomment-592099427?
Is this a bug that should be fixed in GNvim, or is it a problem with GTK? Also, @teto the link in your original comment is now broken (at least...
@jaawerth What’s your pango version? Sounds like #85 to me.
No problem ;) I thought I was on track to resolving those issues in #124, but turns out I was wrong. We’ll need a proper fix, probably by supporting subpixel...
Like to other editor backends, such as Kakoune or Xi-editor? That is outside the scope of _this_ project, but I might fork it and see what I can do in...
Once [this Neovim PR](https://github.com/neovim/neovim/pull/10071) is merged, would GNvim be able to connect to a remote session via `gnvim -- --connect :`? EDIT: Fixed example command
We could add that feature in theory, but I’m not sure if it’s something we want to add. It depends on how much we’re willing to stray from the keyboard-centric,...
@vhakulinen Forgive me, but I'm not certain I understand what you mean. I have the option to enable this (`let g:airline#extensions#tabline#enabled = 1`) set in my `init.vim`, but it is...
> Doing something gnvim specific to achieve the same effect feels a bit wrong because imo it should be something that nvim can provide through the UI API to all...