-
Notifications
You must be signed in to change notification settings - Fork 267
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
NERDTree needs to be called after vim-devicons #428
Comments
I'm fine on Vim 8.1 and loading NERDTree first. Here's what in my Plug 'preservim/nerdtree' |
\ Plug 'Xuyuanp/nerdtree-git-plugin' |
\ Plug 'ryanoasis/vim-devicons' |
and |
This is probably related to this issue for Vim's package system. |
So I checked again, with no other packages, - either your recommended order (and
- or my order (and
Nothing odd in the loading orders, so I don't think it's related to Inconsistent loading order of packages and their parts #7056. |
Requirements
Required Info
VimDevIcons
is the last loaded vim plugin?Optional Info
my issue
I can only see icons if
packadd nerdtree
is afterpackadd vim-devicons
(not before, as recommended).I've checked with vim dotfiles stripped down to only those packages and the calls to them, nothing else.
The text was updated successfully, but these errors were encountered: