Closed T-727 closed 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 ""
Nevermind, it was just a matter of running :PackerCompile
:facepalm:
Forgot to add the
color_icons
option to the README, thanks @Diaoul for reminding me.