Commit graph

9 commits

Author SHA1 Message Date
cf2715a87d
ci: add upstream mapping sync check to quality workflow
Problem: mapping.lua can silently fall behind the ya2s/nonicons font
repo with no indication that new icons are available.

Solution: add a mapping-sync job that fetches nonicon.json from
upstream, generates the expected mapping.lua, and fails the check
if they differ.
2026-02-17 20:52:00 -05:00
defbfaa51e
feat(doc): fix phrasing 2026-02-17 20:45:46 -05:00
Barrett Ruth
a31bc21def
docs(readme): replace lazy.nvim FAQ with recipes reference (#4)
* docs(readme): replace lazy.nvim FAQ with recipes reference

Problem: the FAQ inlined a lazy.nvim snippet that duplicates vimdoc
content and doesn't cover other plugin integrations.

Solution: replace with a generic "How do I integrate with plugin <X>?"
entry pointing to :help nonicons-recipes. Also track flake.lock.

* fix(ci): format
2026-02-17 20:35:20 -05:00
Barrett Ruth
7ba8508995
Enhance README feature description with link
Updated feature description to include link to nvim-web-devicons.
2026-02-17 20:30:17 -05:00
Barrett Ruth
59bc39b4c9
Update README with image for nonicons.nvim 2026-02-17 20:29:47 -05:00
Barrett Ruth
a6d82b16fb
Merge pull request #3 from barrettruth/feat/init
feat: add project infrastructure and rewrite README
2026-02-17 20:21:16 -05:00
8f3459132d
fix: remove tracked .envrc
Problem: .envrc is a local developer preference file that should not be
tracked in the repository.

Solution: remove .envrc from version control.
2026-02-17 20:07:40 -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