@equalsraf
@equalsraf
Thanks @svermeulen. The question now is how to merge this upstream in a way that does not break other stuff - as it is that reloadprovider thing is not very...
I've been using this for a few weeks now. Works fine, just missing some niceties in the shim plugin. To enable ``` :call GuiClipboard() ``` If you are reconnecting the...
It should still be there. Are other gui functions or commands available? When in doubt you can check `:scriptnames` (the path to nvim_gui_shim.vim should be there). If it is missing...
Hi @GPN211314 cal you tell us which version you are using? From a terminal you can get the nvim-qt version using the command line argument `nvim-qt --version`. Can you share...
It should be the same as with regular nvim, for example have you seen https://github.com/mhinz/neovim-remote ?
@Leandros ah ok. It might need some tweeking but I think it can work - In windows the neovim server is listening on named pipes instead of unix sockets so...
> I have to run :checktime manually or write autocommand for nvim-qt only. Is it intentional? No, I dont think it is. In nvim the autoread check is triggered in...
From the original issue, this was the text you inserted ``` আমি ভাল ছেলে। জীবন সুন্দর ``` and this was your screenshot  Running in windows with neovim-qt 0.2.8. -----...
It would seem I was wrong here. Source Code Pro reports positive left and right bearings.
I retract my previous statement, other fonts do report negative bearings, maybe there is something to be done here e.g. ``` diff index a02a1f3..9d24084 100644 --- a/src/gui/shellwidget/shellwidget.cpp +++ b/src/gui/shellwidget/shellwidget.cpp @@...