lambdalisue/vim-nerdfont

This plugin changes the width of powerline fonts for all buffers (e.g. terminal)

Closed this issue · 4 comments

With this plugin used with fern-renderer-nerdfont.vim, powerline fonts now take two character-spaces and it broke terminal display
Before commit 213a00b1ed5ae166c12e3ba632d3108296b03667:
image
After the commit 213a00b1ed5ae166c12e3ba632d3108296b03667:
image

I see. Well, disable autofix by let g:nerdfont#autofix_cellwidths = 0 for now.

I'll remove Powerline Fonts from autofix later.

@Momijiichigo I think the issue is solved by #29. Could you confirm and please re-open if it doesn't.

it's fixed! thank you!