nvim-tree / nvim-web-devicons

lua `fork` of vim-web-devicons for neovim
MIT License
2.09k stars 185 forks source link

Update README.md #160

Closed T-727 closed 2 years ago

T-727 commented 2 years ago

Forgot to add the color_icons option to the README, thanks @Diaoul for reminding me.

Would be great to mention this in the README :pray: Originally posted in https://github.com/kyazdani42/nvim-web-devicons/issues/157#issuecomment-1261281919

Diaoul commented 2 years ago

Thanks for the quick PR! How can I test this is working? I have set color_icons to false but :hi DevIconC for example still gives me DevIconC xxx ctermfg=75 guifg=#599eff

Config:

local devicons = require "nvim-web-devicons"
devicons.setup {
    color_icons = false,
}
devicons.set_default_icon ""
Diaoul commented 2 years ago

Nevermind, it was just a matter of running :PackerCompile :facepalm: