feat(hl): highlight icons

This commit is contained in:
Barrett Ruth 2026-03-02 19:40:26 -05:00
parent 4335fb8596
commit 7a655c9919
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
5 changed files with 130 additions and 3 deletions

View file

@ -7,7 +7,7 @@ function M.check()
if ok and devicons then
vim.health.ok('nvim-web-devicons available')
else
vim.health.error('nvim-web-devicons not found')
vim.health.info('nvim-web-devicons not found (using built-in highlights)')
end
local result = vim.fn.system({ 'fc-list', ':family=nonicons' })