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

How to change default global icon? #32

Closed
kkharji opened this issue Nov 8, 2020 · 2 comments · Fixed by #33
Closed

How to change default global icon? #32

kkharji opened this issue Nov 8, 2020 · 2 comments · Fixed by #33

Comments

@kkharji
Copy link

kkharji commented Nov 8, 2020

Hey @kyazdani42 , thanks so much for this port.

I'd like to change default_icon to something else

I tried

require'nvim-web-devicons'.setup {
 override = {
   default_icon = {
     icon = "",
     color = "#6d8086",
     name = "Default",
    }
  };
}

But didn't work for me

Thanks again

@kyazdani42
Copy link
Member

hello!
it seems that overriding the default is not possible, ill push some code to enable overriding it :)

@kkharji
Copy link
Author

kkharji commented Nov 8, 2020

Thanks so much @kyazdani42 !!

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

Successfully merging a pull request may close this issue.

2 participants