rohit-px2 / nvui

A modern frontend for Neovim.
MIT License
1.73k stars 50 forks source link

Fix clipping, CJK font issues #82

Closed rohit-px2 closed 2 years ago

rohit-px2 commented 2 years ago

Clipping

Before: (Telescope preview)

https://user-images.githubusercontent.com/64917719/138502698-ac7b8153-e579-4e59-9923-f66af7ce93da.png

After:

https://user-images.githubusercontent.com/64917719/138502709-43f3738e-c918-480f-aa24-b4c823eae7d1.png

Clipping is solved by iterating over the cells and drawing in reverse order. Also trying to fix the CJK issues in #81.