Yatao Li

Results 379 comments of Yatao Li

I don't have access to my local git repo at the moment, can you please try: ```diff - "wsl", ["bash"; "-l"; "-c"; $"nvim --embed {args |> escapeArgs |> join}"], true...

Sure. Will ping you when it's done. My local RAID0 blew up and I'm too distracted at the moment.

Thanks for providing a screenshot of the layout. I'm currently too busy to get into the codebase and do testing, but I will come back to this. Master keyboard thread:...

Here are the symbol codepoint ranges: https://github.com/yatli/fvim/blob/83a779851ada77ea2857895a02843735793858c4/wcwidth.fs#L491-L521 Could you please check if the symbols can be displayed when you insert the missing range? Also, are these codepoints documented somewhere? Looks...

Also fyi, to leverage the popup symbols: ```vimL if exists("g:fvim_loaded") call coc#config('suggest.completionItemKindLabels', { \ "text": "t", \ "method": ":", \ "function": "f", \ "constructor": "c", \ "field": ".", \ "variable":...

Let's use this thread as the primary progress tracker for unicode fallback calculation.

Okay regular revisit on this issue: ``` 🗙 1F5D9 missing in both FVim calculation and NerdFont ➤ 27A4 missing in both FVim calculation and NerdFont ⏺ 23FA works, but too...

@jdhao @wbthomason and also @Kethku, you may be interested in this: https://github.com/yatli/fvim/blob/master/wcwidth.fsx

@damanis is your key stroke sequence swallow by github?