Replies: 2 comments 4 replies
-
I'll consider this. For now you can use separate component for the icon to get the look. lualine_c = {
{'', type='stl', color={fg='#f1502f'}, separator='', padding={left=1}},
{'branch', color = { fg = '#30a0f0' }, icons_enabled=false },
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
Now you can do things like {'branch', icon = {'', color={fg='green'}}} |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This idea comes from akinsho/flutter-tools.nvim screenshot.
So we can have something like this
or this
Not a functional feature, just an eye-candy.
Beta Was this translation helpful? Give feedback.
All reactions