fix(ci): luacats support

This commit is contained in:
Barrett Ruth 2026-02-23 17:25:57 -05:00
parent 747e7b6222
commit 6a8668fab5
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
6 changed files with 121 additions and 0 deletions

View file

@ -4,3 +4,7 @@ end
vim.g.loaded_nonicons = 1
require('nonicons').apply()
vim.api.nvim_create_user_command('NoniconsHiTest', function()
require('nonicons.hi-test')()
end, { desc = 'nonicons: display all icons' })