Jorge Mederos

Results 18 comments of Jorge Mederos

I kind of narrowed it down. It turns out the delay only happens (or at at least is most noticeable) when I type the very first character after starting my...

Oh I see. If ble.sh defers the initialization of faces until it is first required, then that would explain the problem. There are a lot of calls to `ble-color-setface` in...

> All glyphs in font are correct (wider than one advance width (500), because this is the non-mono font): > > .... > > * `U_E34B`  1240 > *...

> Forgot the image: > > ![image](https://user-images.githubusercontent.com/16012374/148525619-089873e8-c599-4661-8fab-f7918df5ce99.png) > > Created in this way: > ``` > $ git checkout feature/allow-downscaling-nonmono > $ echo move one line, see following diff >...

Worked like a charm. Thank you so much for your help.

thanks for the quick response. I know about the nerd fonts project. But I'm pretty sure that they don't add these glyphs I mentioned. Thanks again for taking my suggestion...

Hi @juanfranblanco, thanks for responding. I also thought at first that the server was to tied to vscode dependencies. However I took a look at you code and compared it...

Actually the client side is not a problem, neovim already comes with a full lsp client implementation, and the only thing that's actually needed is a language server running, so...

I actually made a fork of your project where I changed the connection parameters in the server script to use stdin/stdout instead of IPC, and that was enough to get...