lambdalisue / vim-fern-renderer-devicons

🌿 fern.vim plugin which add file type icon through vim-devicons
MIT License
22 stars 4 forks source link

Add the ability to specify colors #5

Closed Shatur closed 4 years ago

Shatur commented 4 years ago

I realized that we do not even need to override s:highlight. Need to simply remove syntax clear (this command not needed because default s:highlight implementation is not called and it just clears all user-defined syntax). I also left small syntax improvement. Let me know If you okay with it. Closes #4.

Shatur commented 4 years ago

My solution to define global colors is here. But I put a link to the issue with the other solutions.

lambdalisue commented 4 years ago

Thanks a lot!

Shatur commented 4 years ago

Sorry for bothering here, but what about https://github.com/lambdalisue/fern.vim/issues/121? I can provide a PR.