Add ability to use nerdfont.vim plugin to display devicons
#68
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello! First, thanks for developing this useful plugin.
I am already using the
nerdfont.vimplugin to display dev icons in thefern.vimfile browser. I thought it was a bit redundant to installvim-deviconsalso, so I changedvim-buffetto use either plugin.The change in this PR should be completely transparent to users of this plugin. The
g:buffet_use_deviconssetting should continue to function exactly how it currently does, and if you're usingvim-devicons, this plugin will still continue to pick that up by default.Oh also note that a consequence of this change is that the
vim-deviconsplugin no longer needs to be registered beforevim-buffet, since the function for generating devicons is lazily-loaded. So I updated that in the README too.Thanks!