English 中文(简体)
Neovim: icons Claimant nvim-tree-web-devicons
原标题:Neovim: icons missing nvim-tree-web-devicons

添加了<代码>nvim-devicons,并安装了发送的字体之一:

https://www.nerdfonts.com/font-downloads

尚没有显示,

“entergraph

Config with packer:

https://github.com/kyazdani42/nvim-web-devicons

use({
    "kyazdani42/nvim-tree.lua",
    requires = {
        "kyazdani42/nvim-web-devicons", -- optional, for file icons
    },
})

这是我为这一会议发出的基思·霍波:

https://github.com/azizgharbi/Neovim-config

是否应当安装所有电灯? 因为只安装了其中的缩略语之一,即<条码>。

我正在使用ma子,使用iterm2。

最佳回答

Make sure to set the terminal font to use the patched font. To change the font in iTerm2:

  1. Start iTerm2.
  2. Click iTerm2 → Preferences → Profiles → Text.
  3. Choose the patched font on the right.
问题回答

Got the same issue when upgraded my distro. Have been using Nvim-Web-Devicons with lazy.nvim.
The following methods might work for you too:

  1. Install a patched version of Nerd Font that supports icon display. Maybe try some from here that suits you best.
  2. Check if your terminal is set to use the font that you have downloaded in the config.

汇合点可能与下文类似,

# Font.
font_family      FiraCode Nerd Font
bold_font        FiraCode Nerd Bold
italic_font      FiraCode Nerd Medium Italic
bold_italic_font FiraCode Nerd Bold Italic
font_size 12
  1. Actually check if the terminal that you are using supports display of unicode characters if font provided.

如果像我国这样的东西不可行,那么就试图利用终点站打开你安装了猪肉的目录,其中很可能是~/. local/comm/nvim/lazy/nvim-web-devicons,并在该名录内操作,并可能引发某些使其发挥作用的事情。 职业介绍仪表板在图像前后提供参考,服务器打上拖车,让我在书写时卸下。

我在乌班图22.04上台时也面临同样的问题。 @Fady的步调是巨大的,采取了一些额外的步骤:

  • Download one of the latest Nerd Fonts.
  • Install fonts:
    # copy the downloaded `.otf` or `.ttf` files to system fonts directory.
    sudo cp *.otf /usr/share/fonts/
    
    # after copying fonts, refresh systems font cache by below command
    sudo fc-cache -fv
    
  • Now, you shoud set teminal font by choosing one of the patched fonts.

之后,一旦你重新开门,你就应当看到这些步骤。





相关问题
Why can t I launch notepad++ from the command line anymore?

I m teaching myself some Django tonight using the local dev package at instantdjango.com I made it through half the tutorial, building a basic map with points on it, then closed out of the console ...

Indentation guide for the eclipse editor

Is there a setting or plugin for eclipse that can show indentation guides in the editor? Something like the Codekana plugin for visual studio (not so fancy is also OK). Important that it works with ...

How can I replace multiple line breaks with a single <BR>?

I am replacing all occurances of with the <BR> tag, but for some reason the text entered has many in a row, so I need to combine them. Basically, if more than 1 occur together, replace ...

Templated HTML Editor

I m looking for a HTML editor that kinda supports templated editing or live snippets or something like that. Background: I m working on a website for a friend. As there are no specifications what the ...

热门标签