kristijanhusak / defx-icons

Filetype icons for https://github.com/Shougo/defx.nvim
MIT License
131 stars 17 forks source link

The icon is only half displayed #30

Open Hope-wind opened 3 years ago

Hope-wind commented 3 years ago

1_U@A QYKUS6M9}AZ49GV(2

Hello, I have a little problem. I don't know why my icon is only displayed in half. It looks like an axisymmetric graph, but only the left half is displayed. I installed Vim-DevIcons, which enables me to generate ICONS on my start screen. Can you help me, please?
你好 我遇到了一点问题 我不知道为什么我的图标只显示一半,那个样子就像是轴对称图形一样,但是只显示左边的一半,我检查了我的配置,没有问题,而且我的VIM开始欢迎界面的图标却是正常的。我安装了vim-devicons,它能够使我的开始界面产生图标.请问你能帮我吗?

kristijanhusak commented 3 years ago

@Hope-wind this is an issue with your terminal emulator. What terminal are you using?

Hope-wind commented 3 years ago

I am using konsole,thanks.

Freed-Wu commented 3 years ago

As best of my knowlege, is it possible involved in ambiwidth? you can :help ambiwidth to see more.

and another possible reason is your nerd font has some problem. you can try another nerd font to see does it appear.

Freed-Wu commented 3 years ago

https://github.com/romkatv/powerlevel10k#icons-cut-off-in-konsole It should be a bug of konsole.

rikai-suru commented 3 years ago

I have a similar issue in Alacritty. In my case the Icons are overlapping with other characters. The "fix" I found was to use a dedicated vim GUI such as fvim, and set ambiwidth=double just like what has been suggested.