nvim-tree / nvim-web-devicons

lua `fork` of vim-web-devicons for neovim
MIT License
1.92k stars 181 forks source link

feat: add Justfiles #468

Closed chrisgrieser closed 3 weeks ago

chrisgrieser commented 1 month ago

just accepts justfile and .justfile, therefore adding both. https://just.systems/man/en/chapter_57.html?highlight=.justfile#hiding-justfiles

chrisgrieser commented 3 weeks ago

Wow... that looks very similar. We should probably sync up at some point.

That would indeed be nice for consistency between nvim and the terminal. Maybe establish a common "standard" for matching filetypes with nerdfont icons? eza and devicons cannot be the only ones who use those icons for filetypes.

Anyway, that's a different topic, thanks for the merge.