Nonicons for Neovim
- Lua 93.1%
- Shell 3.2%
- Nix 2.8%
- Just 0.9%
## Problem The consolidated deploy workflow uses one publish job with a dynamic job name. On main pushes, Forgejo rendered the job as `deploy / LuaRocks` instead of `deploy / Nightly`, even though the step-level `github.ref` conditions still selected the correct publish path. ## Solution Use `github.ref` for the job-name expression, matching the step conditions and the runner-provided compatibility context. This keeps the one-file `deploy.yaml` layout while preserving the expected rendered names. Validation: - parsed `.forgejo/workflows/*.yaml` with PyYAML via Nix - `git diff --check` Reviewed-on: #32 |
||
|---|---|---|
| .forgejo | ||
| .github/workflows | ||
| doc | ||
| lua/nonicons | ||
| plugin | ||
| scripts | ||
| .editorconfig | ||
| .gitignore | ||
| .luarc.json | ||
| .styluaignore | ||
| biome.json | ||
| flake.lock | ||
| flake.nix | ||
| justfile | ||
| LICENSE | ||
| nonicons.nvim-scm-1.rockspec | ||
| README.md | ||
| selene.toml | ||
| stylua.toml | ||
| vim.yaml | ||
nonicons.nvim
Nonicons for Neovim
Features
- Replaces nvim-web-devicons glyphs with nonicons font icons
- Any plugin using nvim-web-devicons works automatically
Requirements
- nonicons font installed
- (Optionally) nvim-web-devicons
Installation
With vim.pack (Neovim 0.12+):
vim.pack.add({
'https://github.com/nvim-tree/nvim-web-devicons',
'https://git.barrettruth.com/barrettruth/nonicons.nvim',
})
Or via luarocks:
luarocks install nonicons.nvim
Documentation
:help nonicons.nvim
FAQ
Q: How do I integrate with plugin X?
See :help nonicons-recipes.
Acknowledgements
- ya2s/nonicons — icon font
- ya2s/nvim-nonicons — original plugin