nonicons.nvim/lua/nonicons
Barrett Ruth b9a310dc37
refactor: wire override.lua to resolve module
Problem: override.lua still has its own copies of ext_map,
filename_map, and resolve(), duplicating the newly extracted
resolve module.

Solution: replace local tables and resolve() with imports from
nonicons.resolve. Update all *_by_filetype overrides to use
resolve_filetype() instead of raw ext_map[ft], gaining ft_map
fallback and direct mapping key lookup.
2026-02-22 21:31:25 -05:00
..
health.lua feat: initial nonicons.nvim rewrite 2026-02-17 19:34:13 -05:00
init.lua feat: initial nonicons.nvim rewrite 2026-02-17 19:34:13 -05:00
mapping.lua feat: add mapping sync check and improve vimdoc (#6) 2026-02-17 21:07:32 -05:00
override.lua refactor: wire override.lua to resolve module 2026-02-22 21:31:25 -05:00
resolve.lua refactor: extract resolution tables into resolve module 2026-02-22 21:31:17 -05:00