You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Somewhat recently doom dropped all-the-icons in favor of nerd-icons.
As part of that some of the extra visual tweaks present in doom-themes-ext-treemacs.el, like hiding the modeline for example, seem to have been lost.
What do ya'all think would be a recommended fix? Add a new extension for treemacs-with-nerd, split out treemacs-ext to separate icon handling from the rest, add additional conditional logic to existing treemacs-ext to just skip the all-the-icons stuff?
Briefly explain its use-case
Using doom with treemacs.
The text was updated successfully, but these errors were encountered:
I do not know what the fix would be, but I have at least opened a PR to show the modeline again #824 since Alexander-Miller/treemacs#1049 made the modeline useful again
FYI that's what I did for the neotree extension #816
Sadly it's not as simple as s/all-the/nerd/g, but it's not very complicated either. I don't know if it's the good solution for long term (all the icons is used a bit all over the place in this repo, and I'm not confident enough to do the change everywhere), but it works here for neotree :D
Describe your request
Somewhat recently doom dropped all-the-icons in favor of nerd-icons.
As part of that some of the extra visual tweaks present in doom-themes-ext-treemacs.el, like hiding the modeline for example, seem to have been lost.
What do ya'all think would be a recommended fix? Add a new extension for treemacs-with-nerd, split out treemacs-ext to separate icon handling from the rest, add additional conditional logic to existing treemacs-ext to just skip the all-the-icons stuff?
Briefly explain its use-case
Using doom with treemacs.
The text was updated successfully, but these errors were encountered: