No description
|
Some checks are pending
quality / changes (push) Waiting to run
quality / Lua Format Check (push) Blocked by required conditions
quality / Lua Lint Check (push) Blocked by required conditions
quality / Lua Type Check (push) Blocked by required conditions
quality / Markdown Format Check (push) Blocked by required conditions
quality / Mapping Sync Check (push) Waiting to run
|
||
|---|---|---|
| .github | ||
| doc | ||
| lua/nonicons | ||
| plugin | ||
| scripts | ||
| .editorconfig | ||
| .gitignore | ||
| .luarc.json | ||
| .pre-commit-config.yaml | ||
| .prettierignore | ||
| .prettierrc | ||
| flake.lock | ||
| flake.nix | ||
| 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
Install with your package manager of choice 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