fzf.vim
fzf.vim copied to clipboard
Support vim-devicons, Nerd Font icons
As far as I know this plugin doesn't provide an API to interject icons to each filename and it's hard to make it work without changing and maintaining the internal code. vim-devicons provides this function to get icon out of extension of filename.
WebDevIconsGetFileTypeSymbol(filename, isdirectory(filename))
My suggestion is to add those icons automatically if vim-devicons plugin installed.
See https://github.com/ryanoasis/vim-devicons/issues/106 for details.
- Category
- [ ] Question
- [ ] Bug
- [x] Suggestion
- OS
- [x] Linux
- [x] macOS
- [x] Windows
- [ ] Etc.
- Vim
- [x] Vim
- [x] Neovim
@junegunn Any update on this?
https://github.com/coreyja/fzf.devicon.vim from the linked issue looks promising.
Any update on this please?