Skip to content
New issue

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

ExactSymbols doesn't override icon set by ExtensionSymbols #456

Open
8 tasks done
Drewermerc opened this issue Sep 7, 2023 · 0 comments
Open
8 tasks done

ExactSymbols doesn't override icon set by ExtensionSymbols #456

Drewermerc opened this issue Sep 7, 2023 · 0 comments

Comments

@Drewermerc
Copy link

Drewermerc commented Sep 7, 2023

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
  • VimDevIcons is the last loaded vim plugin? yes
  • What version of vim are you using? VIM - Vi IMproved 9.0
    • hint: vim --version
  • 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

image

Terminal Vim

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant