-
Notifications
You must be signed in to change notification settings - Fork 177
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
Display the icons very slowly #28
Comments
I will have a look at this when I get home this evening. I have a Windows 10 machine at home and will see if I can reproduce this :) |
Thank you very much for your confirm |
I had a look at this last night, and unfortunately, I was able to reproduce this... :( For me, it seemed more than capable at rendering the view, the Neotree finder showed quickly. However, it's the navigation in the buffer that acts slowly. I also tried inserting all of the different icon sets into an empty I called I also tried modifying the Neotree code to only use icons for files, and only render 5 files, but this was still slowed down... So unfortunately, I don't really have any information that can help :( I don't much about how Windows font rendering works... I will try the
I will keep investigating and let you know if I find anything! Sorry you're having this problem... |
Hi @domtronn i had installed spacemacs at the same situation,and now it can show all the icons in neotree and dired in normaly |
Hi @zchtoy, I'm glad this is working for you now! It's strange that it works in Spacemacs... But hanks for the info! :) I'm probably going to investigate this a lot bit further with different versions of Emacs on Windows to see what I can find. However, are you happy if I resolve this issue? |
Hi @domtronn I,m very glad if you resolve this issue. If you resolve it I will use emacs without spacemacs |
I'm getting the same issue with neotree and would rather not have to install spacemacs just to get this working. Any thoughts on what spacemacs might be doing to get this working correctly? |
Try to add this to your init file:
|
that seems to have fixed the lag, thanks! |
That's really cool, thanks for posting this @Kungsgeten! I didn't know that was a thing but I'll update the |
Yes it isn't very well known unfortunately. I found out about it after googling for a while, but it is well hidden. |
Closing this now, as we now have a working improvement/solution 🎉 |
I also the same slowness issue with Windows10+all-the-icon, Thanks a ton. |
I use Emacs25.1+windows10
When i use all-the-icons with neotree wo all-the-icons-dired ,while call neotree-toggle or dired(C-x d),the emacs become very slow.
the config is
(require 'all-the-icons)
(require 'all-the-icons-dired)
(add-hook 'dired-mode-hook 'all-the-icons-dired-mode)
The text was updated successfully, but these errors were encountered: