Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 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 (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-18T08:02:13.000Z (6 months ago)
- Last Synced: 2024-11-01T00:04:54.922Z (about 2 months ago)
- Topics: emoji, vim, vim9-plugin, vim9-script, vim9script
- Language: Vim Script
- Homepage:
- Size: 37.1 KB
- Stars: 9
- 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**![demo](https://github.com/wolandark/vim-ez-emoji/assets/107309764/39010048-2573-417d-960c-f089fea5bef7)
# 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.
![image](https://github.com/wolandark/vim-ez-emoji/assets/107309764/973d150b-5d09-474e-942d-d561f08b1b5c)