Vim-devicons: Support new file/old file/point and file/rec Denite sources

Created on 8 Apr 2019  路  3Comments  路  Source: ryanoasis/vim-devicons

Denite has deprecated the file_old, file_point, file_rec sources and replaced them with file/old, file/point, and file/rec. Vim-devicons should support these new sources.

As a side note, I have never had icon colors work for :Denite file_rec. I'm not sure if I did something wrong or if that ever worked. I can separate that out into another issue if preferred.

Required Info

  • [x] I have searched the issues for my issue and found nothing related and/or helpful
  • [x] I have read or at least glanced at the FAQ
  • [x] I have read or at least glanced at the Wiki
  • [x] VimDevIcons is the last loaded vim plugin?
  • [x] What version of vim are you using?

    • NVIM v0.4.0-dev

  • [x] What version of vim-devicons are you using?

    • 0.11.0

  • [x] Are you using vim from the terminal or a GUI vim? terminal
  • [x] Are you using Mac, Linux or Windows? Mac

Optional Info

  • [x] Provide screenshots where appropriate

Main issue:
image
Note The above screenshot is using the vim "floating window" feature, but the result is the same for either way that Denite is rendered (in a split or floating window).

Colors not working in with :Denite file_rec:
image

Most helpful comment

fixed in #273

All 3 comments

Not home currently so can't make a PR, but you can add this to your config:
call denite#custom#source('file,file/rec,file/mru,file/old,file/point', 'converters', ['devicons_denite_converter'])

Thanks @ctaylo21 and @Luxed

fixed in #273

Was this page helpful?
0 / 5 - 0 ratings

Related issues

wuqiong4945 picture wuqiong4945  路  7Comments

PetarMetodiev picture PetarMetodiev  路  10Comments

slabua picture slabua  路  6Comments

sodiumjoe picture sodiumjoe  路  3Comments

kiranps picture kiranps  路  7Comments