nvim-nonicons
nvim-nonicons copied to clipboard
Icon set using nonicons for neovim plugins and settings
nvim-nonicons
Icon set for neovim plugins and settings. Collection of configurations for nvim-web-devicons.
This repository is experimental and if there is demand, I'm going to create another plugin independent of nvim-web-devicons.
Features
- A familiar UI with the icons used on github
- Not only file type, but also mode and completion icons are available
- Easy-to-read design even with a small font size (16 x 16)
Requirements
Installation
use 'yamatsum/nvim-nonicons'
-- if use nvim-web-devicons
use {
'yamatsum/nvim-nonicons',
requires = {'kyazdani42/nvim-web-devicons'}
}
Usage
iTerm
Set "non-ascii" font to nonicons in your favorite terminal settings.
e.g.) iTerm
By using two fonts, you can use your favorite font as the main font.
If the terminal can only use one font, you need to use the nonicons patched font.
Kitty
After installing the font, add the following line to your kitty.conf
file:
symbol_map U+f101-U+f208 nonicons
local icons = require "nvim-nonicons"
icons.get("file")
Gallery
nvim-telescope/telescope.nvim
kyazdani42/nvim-tree.lua
glepnir/galaxyline.nvim
nvim-lua/completion-nvim
cf.