Skip to content

ExactSymbols doesn't override icon set by ExtensionSymbols #456

@Drewermerc

Description

@Drewermerc

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions