jaypei / emacs-neotree

A emacs tree plugin like NerdTree for Vim.
GNU General Public License v3.0
1.56k stars 147 forks source link

neotree underlined filenames #352

Closed ethancobos closed 4 months ago

ethancobos commented 1 year ago

Has anyone ever had this behavior from neotree? Im using doom emacs and no matter how many different ways I try to change the neotree theme, I'm always left with no file icons and weird underlines under each filename. even the following line does absolutely nothing:

(setq neo-theme (if (display-graphic-p) 'icons 'arrow))

I'm very confused as I cannot find an example of this behavior replicated anywhere.

Screenshot 2023-08-06 at 11 34 11 AM
Abdisalan commented 1 year ago

That's caused by doom emacs I believe. Try this in your config

(setq doom-themes-neotree-file-icons t)