-
Notifications
You must be signed in to change notification settings - Fork 274
Open
Description
Required Info
- I have searched the issues for my issue and found nothing related and/or helpful
- I have read or at least glanced at the FAQ
- I have read or at least glanced at the Wiki
-
VimDevIconsis the last loaded vim plugin? yes - What version of vim are you using? VIM - Vi IMproved 9.0
- hint:
vim --version
- hint:
- What font are you using? Dank Mono patched with Nerd Fonts Patcher and Hack Nerd Font, but doesn't work on any
- Are you using vim from the terminal or a GUI vim? I used in both, but doesn't work on any
- Are you using Mac, Linux or Windows? Mac
Optional Info
I'm trying to change the icon of specific java file with ExactSymbols, but persists the icon set before by ExtensionSymbols.
When I use ExactSymbols for file that doesn't be java work well.
let g:WebDevIconsUnicodeDecorateFileNodesExtensionSymbols = {} " needed
let g:WebDevIconsUnicodeDecorateFileNodesExtensionSymbols['java'] = ''
let g:WebDevIconsUnicodeDecorateFileNodesExactSymbols = {} " needed
let g:WebDevIconsUnicodeDecorateFileNodesExactSymbols['test.java'] = ''GUI Vim
Terminal Vim
jimafisk
Metadata
Metadata
Assignees
Labels
No labels

