feat(hl): highlight icons
This commit is contained in:
parent
4335fb8596
commit
7a655c9919
5 changed files with 130 additions and 3 deletions
|
|
@ -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' })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue