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: about 1 month 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 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-18T08:02:13.000Z (11 months ago)
- Last Synced: 2025-03-26T17:43:31.958Z (about 2 months ago)
- Topics: emoji, vim, vim9-plugin, vim9-script, vim9script
- Language: Vim Script
- Homepage:
- Size: 37.1 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-vim9 - vim-ez-emoji
README
# vim-ez-emoji
An easy emoji plugin for vim written in vim9script.
**Requiers 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.
