How to debug font issues? #657
-
I recently updated my system and the font characters used by lualine seems to be broken and it looks as follows now: Any advice on how to debug what's going wrong? I haven't installed/uninstalled any fonts on my system, nor change my terminal settings. It seems to have been caused by an update to either kitty, neovim or lualine. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
Are the sections suppose to be colored or not ? I mean are you using a gray scale type theme or is it kitty not drawing correct colors . It'd be easier to figure out if you provide your config & theme. Can you cd into your lualine installation open nvimand run the following commad ? :lua =require'tests.statusline':snapshot() What does the output say ? |
Beta Was this translation helpful? Give feedback.
-
@AckslD have you tried to disabling the inverse setting ( |
Beta Was this translation helpful? Give feedback.
Are the sections suppose to be colored or not ? I mean are you using a gray scale type theme or is it kitty not drawing correct colors . It'd be easier to figure out if you provide your config & theme.
Can you cd into your lualine installation open nvimand run the following commad ?
What does the output say ?