我添加了nvim-devicons并安装了一个修补字体:
https://www.nerdfonts.com/font-downloads。
图标还没有显示,

使用packer配置:
https://github.com/kyazdani42/nvim-web-devicons
use({
"kyazdani42/nvim-tree.lua",
requires = {
"kyazdani42/nvim-web-devicons", -- optional, for file icons
},
})这是我的这个配置的GitHub回购:
https://github.com/azizgharbi/Neovim-config
我应该安装所有的图标吗?因为我只安装了其中一个图标,即big blue terminal。
我在macOs上使用iterm2。
发布于 2022-07-13 22:24:54
请确保将终端字体设置为使用修补字体,如何在iTerm2中更改字体:
1- Start iTerm2.
2- Click iTerm2 → Preferences → Profiles → Text.
3- choose the patched Font on the right.https://stackoverflow.com/questions/72899162
复制相似问题