我最近在centOS6.6机器上安装了来自github存储库的the patched fonts for Powerline users。
正如docs中所指出的,我执行了运行正常并打印的脚本
[statquant@latitude fonts]$ ./install.sh
Copying fonts...
Resetting font cache, this may take a moment...
All Powerline fonts installed to /home/statquant/.local/share/fonts确实是这样:
[statquant@latitude fonts]$ tree /home/statquant/.local/share/fonts
/home/statquant/.local/share/fonts
├── Anonymice\ Powerline\ Bold\ Italic.ttf
├── Anonymice\ Powerline\ Bold.ttf
├── Anonymice\ Powerline\ Italic.ttf
├── Anonymice\ Powerline.ttf
...但出于某种原因,gvim没有选择这些字体,因为它的上下文菜单Edit > select font...我没有任何*Powerline字体的踪迹。
感谢您的任何帮助
https://stackoverflow.com/questions/38337548
复制相似问题