We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VimDevIcons
vim --version
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
The text was updated successfully, but these errors were encountered:
Updated material design icons (Issue ryanoasis#452)
f7f498e
Just want to mention that this (nf-seti-tex) is probably a better option for tex:
nf-seti-tex
let g:WebDevIconsUnicodeDecorateFileNodesExtensionSymbols['tex'] = '' " nf-seti-tex
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Requirements
Required Info
VimDevIcons
is the last loaded vim plugin?vim --version
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
devicons with nerd-fonts v3 and the additionnal config
The text was updated successfully, but these errors were encountered: