nvim-tree / nvim-web-devicons

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

feat: Add `strict` option #197

Closed carljohnson93 closed 1 year ago

carljohnson93 commented 1 year ago

This option allows to strictly select icon by filename or by extension, to prevent cases when filename happens to match some extension. Closes #194

carljohnson93 commented 1 year ago

Changed overrides setup schema. I'm not very good at writing docs, will try my best