feat: auto-sync icon mappings from ya2s/nonicons upstream #1
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/nonicons.nvim#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The icon mapping table in nonicons.nvim is manually maintained. When the upstream ya2s/nonicons font adds or changes icons, this plugin falls out of sync until someone manually updates it.
Proposed solution
Add a CI workflow or script that periodically checks the upstream ya2s/nonicons repository for changes to the icon mapping and either auto-generates the Lua mapping table or opens a PR with the updated mappings.