Commit graph

5 commits

Author SHA1 Message Date
c79a8b5b28
fix(docs): lazy = false 2026-02-18 12:50:22 -05:00
01e21ec579
fix: ghostty install isntructions 2026-02-18 12:46:24 -05:00
Barrett Ruth
6b4f5cf150
feat(doc): fix phrasing (#5) 2026-02-17 20:46:28 -05:00
731cb89059
feat: add project infrastructure and rewrite README
Problem: nonicons.nvim lacks CI, pre-commit hooks, nix dev shell, issue
templates, and the README contains content that duplicates the vimdoc.

Solution: add quality/luarocks CI workflows, pre-commit config, nix
flake, prettier config, GitHub issue/discussion templates, and rewrite
the README to minimal style with all detailed content in vimdoc. Update
yamatsum/nonicons references to ya2s/nonicons.
2026-02-17 20:07:16 -05:00
04791cd41a
feat: initial nonicons.nvim rewrite
Problem: the original ya2s/nvim-nonicons fork diverged enough that
maintaining it as a fork was pointless. The set_icon() approach broke
with modern nvim-web-devicons, and the extensions directory coupled
integrations that belong in user config.

Solution: from-scratch rewrite with function wrapping + table mutation
override engine, vim.g.nonicons config pattern, vendored mapping with
integer codepoints, health check, vimdoc with recipes, and no built-in
plugin integrations.
2026-02-17 19:34:13 -05:00