coc.nvim source for nerdfont icons.
- coc-marketplace
- npm
- vim:
" command line
CocInstall coc-nerdfont
" or add the following code to your vimrc
let g:coc_global_extensions = ['coc-nerdfont', 'other coc-plugins']
This extension is built with create-coc-extension