GitXplorerGitXplorer
m

termicons.nvim

public
12 stars
0 forks
2 issues

Commits

List of commits on branch main.
Unverified
f2eb9457f0cad59f0617062b8e4e76b89653225a

chore: Auto-update icons

mmskelton committed 7 days ago
Unverified
3ed8e64be1286248776ac87bc8f6258a97eae536

chore: Auto-update icons

mmskelton committed 22 days ago
Unverified
972cee4a5d1d5c35504e3748b5b7789271f6cbf9

chore: Auto-update icons

mmskelton committed a month ago
Unverified
0ab38d9f7ee5c20dde43697012b97f42cc1fe760

chore: Auto-update icons

mmskelton committed 2 months ago
Unverified
f292b5a81b9d8846a88202c2e165f8e855e0d308

chore: Auto-update icons

mmskelton committed 2 months ago
Unverified
b9c493402055eef8d86091378aec7acc35941e3c

chore: Auto-update icons

mmskelton committed 2 months ago

README

The README file for this repository.

termicons.nvim

Alternative set of icons for nvim-web-devicons using termicons.

image

Requirements

Installation

Install with your favorite package manager (e.g. lazy.nvim).

{
  "mskelton/termicons.nvim",
  requires = { "nvim-tree/nvim-web-devicons" },
  build = false,
}

Setup

This plugin works alongside nvim-web-devicons and simply provides an alternative set of icons.

require("termicons").setup()

Kitty

To setup termicons with Kitty, add the following to your kitty.conf file.

symbol_map U+D000-U+D200 termicons

iTerm

Usage of termicons in iTerm is limited given that iTerm only supports a single "non-ASCII" font. If you don't already have a "non-ASCII" font specified in your iTerm preferences, set it to "termicons". Sadly, termicons does not support patched fonts, so this does not work alongside an existing "non-ASCII" font.

API

icons.get()

The icons.get() method can be used to get an icon by name.

local icons = require('termicons')

icons.get('javascript')