Describe the bug
NF Icons display at half the size when followed by a letter and full size when followed by a space (not sure if having ligatures turnd off changes that). I assume this is actually by design and expected behaviour,
...but it looks like the icon is displayed half-sized also when followed by a non-breaking space (\u00a0), which in this case looks like a not-forseen scenario bug rather than expected behaviour.
To Reproduce
Steps to reproduce the behavior:
Paste a Nerd Font icon followed by a normal space into the terminal: echo " hello"
Paste a Nerd Font icon followed by non-breaking space into the terminal: echo "⠀hello"
Describe the bug NF Icons display at half the size when followed by a letter and full size when followed by a space (not sure if having ligatures turnd off changes that). I assume this is actually by design and expected behaviour,
...but it looks like the icon is displayed half-sized also when followed by a non-breaking space (\u00a0), which in this case looks like a not-forseen scenario bug rather than expected behaviour.
To Reproduce Steps to reproduce the behavior:
echo " hello"
echo "⠀hello"
Screenshots
Environment details