dhruvmanila / nvim-nonicons

Icon set using nonicons for neovim plugins and settings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

telescope.nvim

kyazdani42/nvim-tree.lua

nvim-tree.lua

glepnir/galaxyline.nvim

galaxyline.nvim1 galaxyline.nvim2 galaxyline.nvim3

nvim-lua/completion-nvim

completion-nvim1 completion-nvim1

cf.

About

Icon set using nonicons for neovim plugins and settings


Languages

Language:Lua 99.1%Language:Vim Script 0.9%