ayamir / nvimdots

A well configured and structured Neovim.
BSD 3-Clause "New" or "Revised" License
2.84k stars 455 forks source link

Font display issue over SSH #1069

Closed JerryAllison closed 8 months ago

JerryAllison commented 8 months ago

Feature description

关于安装nvimdots碰到的问题: 经过测试,在Mac 和Linux桌面安装运行没有任何问题,非常好用,但是通过xshell或securCRT或Termius等客户端软件连接到远程服务器上就会出现字符显示的问题,因为远程桌面没有nerd font,所以安装nvimdots的安装是否可以自动安装一些nerd font,这样用户体验会非常好。

Additional information

No response

ayamir commented 8 months ago

Your understanding is wrong.

bool symbols_displayed_normally = nerd_font_installed_on_local_machine && ssh_client_support_nerd_fonts

The above ssh clients don't support nerd fonts at all. You can try tabby or warp.

JerryAllison commented 8 months ago

你的理解是错误的。

bool symbols_displayed_normally = nerd_font_installed_on_local_machine && ssh_client_support_nerd_fonts

上面的 ssh 客户端根本不支持 nerd 字体。 You can try tabby or warp.

Thanks