Nonicons for Neovim
- Lua 91.7%
- Shell 4.5%
- Nix 2.8%
- Just 1%
## Summary - point the README Forgejo banner at `:help nonicons.nvim-forgejo` - add or update vimdoc with a Forgejo routing section - ensure vimdoc-language-server is part of format/lint for repos that now have doc/ ## Verification - nix develop .#ci --command just format - nix develop .#ci --command just lint - nvim --clean -u NONE --headless with `:help nonicons.nvim-forgejo` - git diff --check Reviewed-on: https://git.barrettruth.com/barrettruth/nonicons.nvim/pulls/38 |
||
|---|---|---|
| .forgejo | ||
| .github/workflows | ||
| doc | ||
| lua/nonicons | ||
| plugin | ||
| scripts | ||
| .editorconfig | ||
| .gitignore | ||
| .luarc.json | ||
| .styluaignore | ||
| biome.json | ||
| CONTRIBUTING.md | ||
| flake.lock | ||
| flake.nix | ||
| justfile | ||
| LICENSE | ||
| nonicons.nvim-scm-1.rockspec | ||
| README.md | ||
| selene.toml | ||
| stylua.toml | ||
| vim.yaml | ||
nonicons.nvim
Nonicons for Neovim
Note
Due to GitHub's historic unreliability, active development is hosted on Forgejo. GitHub is maintained as a read-only mirror. See
:help nonicons.nvim-forgejofor canonical project links.
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
FAQ
Q: How do I integrate with plugin X?
See :help nonicons-recipes.
Acknowledgements
- ya2s/nonicons — icon font
- ya2s/nvim-nonicons — original plugin