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.
This commit is contained in:
Barrett Ruth 2026-02-17 20:07:16 -05:00
parent 04791cd41a
commit 731cb89059
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
13 changed files with 319 additions and 155 deletions

View file

@ -7,7 +7,7 @@ License: MIT
INTRODUCTION *nonicons.nvim*
nonicons.nvim replaces nvim-web-devicons glyphs with icons from the nonicons
font (https://github.com/yamatsum/nonicons). It wraps devicons functions so
font (https://github.com/ya2s/nonicons). It wraps devicons functions so
that any plugin using nvim-web-devicons automatically displays nonicons glyphs.
==============================================================================
@ -164,7 +164,7 @@ FONT SETUP *nonicons-font*
The nonicons font must be installed and configured in your terminal emulator.
Download the font from: https://github.com/yamatsum/nonicons/releases
Download the font from: https://github.com/ya2s/nonicons/releases
ghostty ~
>
@ -200,7 +200,7 @@ Run `:checkhealth nonicons` to verify:
==============================================================================
ACKNOWLEDGEMENTS *nonicons-acknowledgements*
- yamatsum/nonicons (https://github.com/yamatsum/nonicons) — icon font
- ya2s/nonicons (https://github.com/ya2s/nonicons) — icon font
- ya2s/nvim-nonicons (https://github.com/ya2s/nvim-nonicons) — original plugin
==============================================================================