Requirements
Required Info
Optional Info
Since the codepoint change from version 3 of nerd-fonts, some icons used by this plugin are not displayed:
devicons with nerd-fonts v2

devicons with nerd-fonts v3

I had to add these lines in my .vimrc
let g:WebDevIconsUnicodeDecorateFileNodesExtensionSymbols['tex'] = '' " nf-md-stop_circle_outline
let g:WebDevIconsUnicodeDecorateFileNodesExtensionSymbols['cs'] = '' " nf-md-language_csharp
let g:WebDevIconsUnicodeDecorateFileNodesExtensionSymbols['r'] = '' " nf-md-language_r
let g:WebDevIconsUnicodeDecorateFileNodesExtensionSymbols['rproj'] = '' " nf-md-vector_rectangle
let g:WebDevIconsUnicodeDecorateFileNodesExtensionSymbols['sol'] = '' " nf-md-ethereum
let g:WebDevIconsUnicodeDecorateFileNodesExtensionSymbols['pem'] = '' " nf-md-key_variant
let g:WebDevIconsUnicodeDecorateFileNodesExactSymbols['robots.txt'] = '' " nf-md-history
devicons with nerd-fonts v3 and the additionnal config

Requirements
Required Info
VimDevIconsis the last loaded vim plugin?vim --versionOptional Info
Since the codepoint change from version 3 of nerd-fonts, some icons used by this plugin are not displayed:

devicons with nerd-fonts v2
devicons with nerd-fonts v3

I had to add these lines in my .vimrc
devicons with nerd-fonts v3 and the additionnal config
