nonicons.nvim/lua/nonicons
Barrett Ruth 7d35b23ba0
fix: resolve luacats return-type-mismatch and cast-local-type warnings
Problem: lua-language-server reports two diagnostics in override.lua:
char() returns string? but resolve() annotates its return as string,
and fallback_icon is typed as string but assigned a string? value.

Solution: add fallback values so both assignments satisfy the string
type — resolve() falls back to fallback_icon, and fallback_icon falls
back to an empty string.
2026-02-23 17:31:45 -05:00
..
health.lua feat: initial nonicons.nvim rewrite 2026-02-17 19:34:13 -05:00
hi-test.lua ci: format 2026-02-23 17:26:04 -05:00
init.lua fix(ci): luacats support 2026-02-23 17:25:57 -05:00
mapping.lua feat: add mapping sync check and improve vimdoc (#6) 2026-02-17 21:07:32 -05:00
override.lua fix: resolve luacats return-type-mismatch and cast-local-type warnings 2026-02-23 17:31:45 -05:00
resolve.lua fix: duplicate table index 2026-02-23 17:27:13 -05:00