foundObjects / nvim-nonicons

Icon set using nonicons for neovim plugins and settings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nerd Font-Friendly nvim-nonicons

This is a fork

This is a fork of the work done by yamatsum.

The only difference between this branch and the original is that the glyph mappings have been updating so as to not conflict with Nerd Font glyphs.

See also: nonicons

Summary

Icon set for neovim plugins and settings. Collection of configurations for nvim-web-devicons.

Prerequisites

Installation

use {
  'arnamak/nvim-nonicons',
  requires = {'kyazdani42/nvim-web-devicons'}
}

Usage

You'll need to load the nonicons font in your terminal. Different terminal emulators handle this step in different ways.

See the instructions at nonicons for more details.

Once you've done that, this plugin will enable to get icons within your neovim configuration as such:

local icons = require "nvim-nonicons"

icons.get("file")

Thank yamatsum

  • This repo only exists to make my life easier when I inevitably need to do this again after changing my environment. The icons are not mine, the idea isn't mine, and it's extremely unlikely I do anything in terms of maintenance. So if you have a 'thanks' in you, shoot it over to yamatsum

About

Icon set using nonicons for neovim plugins and settings


Languages

Language:Lua 99.0%Language:Vim Script 1.0%