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

17
.github/DISCUSSION_TEMPLATE/q-a.yaml vendored Normal file
View file

@ -0,0 +1,17 @@
title: 'Q&A'
labels: []
body:
- type: markdown
attributes:
value: |
Use this space for questions, ideas, and general discussion about nonicons.nvim.
For bug reports, please [open an issue](https://github.com/barrettruth/nonicons.nvim/issues/new/choose) instead.
- type: textarea
attributes:
label: Question or topic
validations:
required: true
- type: textarea
attributes:
label: Context
description: Any relevant details (Neovim version, config, screenshots)