nvim-tree / nvim-web-devicons

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

refactor: explicit distinction between private and public functions #332

Closed Akmadan23 closed 7 months ago

Akmadan23 commented 7 months ago

Having all functions local and returning only a subset was a bit confusing to me. Now all just makes more sense and is more standard.