sakhnik / nvim-ui

gtk4 GUI for neovim
MIT License
48 stars 0 forks source link

Stuff diverse highlights into a label #41

Closed sakhnik closed 2 years ago

sakhnik commented 2 years ago

Need to decrease the number of labels for better performance. Text chunks should be split by larger spaces only. Pango markup or attributes will have to be used to style the text instead of the CSS.

sakhnik commented 2 years ago

Impressive improvement and code simplification.