https://github.com/wolandark/vim-ez-emoji
An easy emoji plugin for vim written in vim9script
https://github.com/wolandark/vim-ez-emoji
emoji vim vim9-plugin vim9-script vim9script
Last synced: 3 months ago
JSON representation
An easy emoji plugin for vim written in vim9script
- Host: GitHub
- URL: https://github.com/wolandark/vim-ez-emoji
- Owner: wolandark
- License: gpl-3.0
- Created: 2023-09-27T04:51:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2026-02-15T07:28:44.000Z (4 months ago)
- Last Synced: 2026-02-15T13:35:11.226Z (4 months ago)
- Topics: emoji, vim, vim9-plugin, vim9-script, vim9script
- Language: Vim Script
- Homepage:
- Size: 39.1 KB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-vim9 - wolandark/vim-ez-emoji
README
# vim-ez-emoji
An easy emoji plugin for vim written in vim9script.
**Requires vim9**

# 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:` 🙂
`gnu:` 🐃
__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.
