Required Info
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

Required Info
VimDevIconsis the last loaded vim plugin? yesvim --versionOptional 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.
GUI Vim
Terminal Vim