ms-jpq / chadtree

File manager for Neovim. Better than NERDTree.
1.66k stars 62 forks source link

CHADTree icons and text not colored #268

Open fraschm1998 opened 2 years ago

fraschm1998 commented 2 years ago

Running dwm with st on artixlinux. I have lscolors-git installed as well as nerd-fonts-complete from the aur installed.

nvim theme plugs:

image

chadtree settings: image

issue image

How do I get the icons and text to be colored? I've also tried 'setting text_colour_set': 'env' and that didn't work either.

danshumaker commented 2 years ago

Just adding comment here. I do see colorized icons and text in chadtree for me but I'm using init.lua and not init.vim .

Make sure you are running the python3 -m chadtree deps on install, with the chad branch specified. I also use pad-nvim so my install config looks like this:

  { 'ms-jpq/chadtree', branch=chad, run='python3 -m chadtree deps' };

I know it's not quit the answer you were looking for but the color and icons should/could look like this: 2021-12-16_11-41-23

DavidRodarte commented 2 years ago

I had the same problem, it was because I forgot to add set termguicolors to my init.vim