wolandark / vim-ez-emoji

An easy emoji plugin for vim written in vim9script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-ez-emoji

An easy emoji plugin for vim written in vim9script. Requiers vim9

demo

Installation

Use your favorite package manager or install using Vim packages.

git clone https://github.com/wolandark/vim-ez-emoji.git ~/.vim/pack/plugins/start/vim-ez-emoji/

VimPlug

Plug 'wolandark/vim-ez-emoji'

Usage

Use :ListEmoji to get a list of the Emojis and their names.

Use emojiname: and press space to complete them.

Example:

smile:<space> 🙂

gnu:<space> 🐃

Tip: To get colored emojis in the terminal install the fonts-noto-color-emoji for Debian and noto-color-emoji-fontconfig from AUR for Arch.

The list is much larger than this screenshot. This plugin probably includes more emojis than you will ever need but not too many to overwhelm.

image

About

An easy emoji plugin for vim written in vim9script

License:GNU General Public License v3.0


Languages

Language:Vim Script 100.0%