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.
use 'yamatsum/nvim-nonicons'
-- if use nvim-web-devicons
use {
'yamatsum/nvim-nonicons',
requires = {'kyazdani42/nvim-web-devicons'}
}
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.
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")
cf.