lambdalisue / vim-fern-renderer-nerdfont

🌿 fern.vim plugin which add file type icon through nerdfont.vim
MIT License
79 stars 12 forks source link

Some Icons are Showing, Some Aren't #22

Closed cickes closed 1 year ago

cickes commented 1 year ago

Using

Plug 'lambdalisue/nerdfont.vim'
Plug 'lambdalisue/fern-renderer-nerdfont.vim'
Plug 'lambdalisue/glyph-palette.vim'

Some glyphs will load. Most show the font characters.
image

In .vimrc

augroup my-glyph-palette
  autocmd! *
  autocmd FileType fern call glyph_palette#apply()
  autocmd FileType nerdtree,startify call glyph_palette#apply()
augroup END
let g:fern#renderer = "nerdfont"
lambdalisue commented 1 year ago

Probably, your nerdfont is old and does not support that character. Which nerdfont and version do you use?

cickes commented 1 year ago

Correct. Updated nerd font solved the issue.