nvim-tree.lua/lua/nvim-tree/renderer
Antonio Sarosi b144b33390
feat(#2369): add full renderer.icons.web_devicons options for file and folder (#2375)
* Add `webdev_colors_folder` option

* Check if `M.devicons` exists

* Refactor `get_folder_icon`

* Add configuration options for both files and folders

* web_devicons.*.enabled -> enable

* silent migration: renderer.icons.webdev_colors -> renderer.icons.web_devicons.file.color

* silent migration: renderer.icons.webdev_colors -> renderer.icons.web_devicons.file.color

---------

Co-authored-by: Alexander Courtis <alex@courtis.org>
2023-08-26 14:42:44 +10:00
..
components feat(#2369): add full renderer.icons.web_devicons options for file and folder (#2375) 2023-08-26 14:42:44 +10:00
builder.lua feat(#2369): add full renderer.icons.web_devicons options for file and folder (#2375) 2023-08-26 14:42:44 +10:00
init.lua feat(event): add TreeRendered (#2324) 2023-07-16 17:22:45 +10:00