@equalsraf

Results 163 comments of @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 ![](https://user-images.githubusercontent.com/57060638/103231651-4ea32400-495e-11eb-9760-0538627258c5.png) 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 @@...