Nonicons for Neovim
  • Lua 91.7%
  • Shell 4.5%
  • Nix 2.8%
  • Just 1%
Find a file
Barrett Ruth cdb1e20566
All checks were successful
quality / Lint (push) Successful in 6s
quality / Format (push) Successful in 10s
deploy / LuaRocks (nightly) (push) Successful in 35s
docs: add Forgejo help routing (#38)
## 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
2026-05-09 16:12:19 +00:00
.forgejo docs: add contributing guide (#40) 2026-05-05 17:52:34 +00:00
.github/workflows ci: redirect GitHub PRs to Forgejo (#23) 2026-05-03 15:57:58 +00:00
doc docs: add Forgejo help routing (#38) 2026-05-09 16:12:19 +00:00
lua/nonicons chore: replace prettier with biome (#20) 2026-04-25 16:15:01 -04:00
plugin fix(ci): luacats support 2026-02-23 17:25:57 -05:00
scripts ci: make just the task source of truth (#18) 2026-04-20 15:44:06 -04:00
.editorconfig feat: initial nonicons.nvim rewrite 2026-02-17 19:34:13 -05:00
.gitignore ci: migrate to nix 2026-02-23 18:14:33 -05:00
.luarc.json ci: script + format 2026-03-04 13:42:02 -05:00
.styluaignore ci: script + format 2026-03-04 13:42:02 -05:00
biome.json chore: replace prettier with biome (#20) 2026-04-25 16:15:01 -04:00
CONTRIBUTING.md docs: add contributing guide (#40) 2026-05-05 17:52:34 +00:00
flake.lock build(nix): use nixpkgs vimdoc-language-server (#19) 2026-04-20 17:36:19 -04:00
flake.nix chore: replace prettier with biome (#20) 2026-04-25 16:15:01 -04:00
justfile docs: normalize public metadata (#36) 2026-05-04 21:29:15 +00:00
LICENSE chore: switch license to GPL 2026-05-01 03:11:24 +00:00
nonicons.nvim-scm-1.rockspec docs: normalize public metadata (#36) 2026-05-04 21:29:15 +00:00
README.md docs: add Forgejo help routing (#38) 2026-05-09 16:12:19 +00:00
selene.toml ci: migrate to nix 2026-02-23 18:14:33 -05:00
stylua.toml feat: initial nonicons.nvim rewrite 2026-02-17 19:34:13 -05:00
vim.yaml doc: note nvim-web-devicions as optional 2026-03-02 19:24:06 -05:00

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-forgejo for canonical project links.

nonicons.nvim preview

Features

  • Replaces nvim-web-devicons glyphs with nonicons font icons
  • Any plugin using nvim-web-devicons works automatically

Requirements

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