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
Certain Neotree icons cannot be displayed #180
Comments
|
Is there any reason you can't use I've been meaning to phase out support for This is meant as an alternative to neotree's full-blown icon theme. |
|
|
|
Even with |
|
When doom-themes-neotree-config was removed things work fine. |
|
Yes, if you want icons-by-filetype (like in your post), use But if you want atom-style icons (like in my post above), use (doom-themes-neotree-config)
;; this isn't necessary, because 'simple is the default
(setq doom-neotree-file-icons 'simple) |
|
Thanks! I end up with (def-package-hook! doom-themes
:post-config
(remove-hook 'doom-load-theme-hook #'doom-themes-neotree-config)
) |
|
Oh! I wasn't aware you were a Doom user. In that case, I'd recommend doing it this way: (after! doom-themes
(remove-hook 'doom-load-theme-hook #'doom-themes-neotree-config))It is functionally equivalent, but |
Neotree provides this (with better support than doom-themes provides). Use (setq neo-theme 'icons) for per-filetype file icons. Doom's neotree theme is minimalistic, and takes after Atom's project drawer icons.
|
I'm pretty bummed out by this move, unfortunately after updating recently. If I don't use However, when I use Is there any way to get the best of both worlds like how it used to work? |
|
@jupl Sorry about that. To remove it entirely was too hasty a decision. I'll revisit this in the next day or two and bring |
|
@hlissner any updates on this? |
|
Thank you for the package and the efforts on this repo @hlissner I would like to ask if it is possible to extend/add more icons ? for example, without (doom-themes-neotree-config)with (doom-themes-neotree-config)
(setq doom-themes-neotree-file-icons t)Most of icons are there but some are missing |
Fixes an old issue where some icons are missing with `(setq doom-themes-neotree-file-icons t)` Fix: doomemacs#180 (comment)
Fixes an old issue where some icons are missing with `(setq doom-themes-neotree-file-icons t)` Fix: #180 (comment)





ppwwyyxx commentedMay 6, 2018
I've install fonts from all-the-icons, and after

(setq doom-neotree-file-icons t), I can see icons for most filetypes except for certain files:Then I modified
modules/ui/doom/config.eland remove thedoom-themes-neotree-confighook, the icons for Makefile and LICENSE are back, just like the official neotree screenshot: https://github.com/jaypei/emacs-neotree/blob/dev/screenshots/icons.pngSo it seems like doom-themes-neotree has some issues with files without extensions.
The text was updated successfully, but these errors were encountered: