You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-7Lines changed: 25 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
21
21
## ❓ Why
22
22
23
-
This plugin allows you to easily search and insert emojis in your current buffer.
23
+
This plugin allows you to easily search and insert emojis and kaomojis in your current buffer.
24
24
25
25
Though there are a couple of plugins (see [Similar plugins and inspiration](#similar-plugins-and-inspiration)), I decided to make a [15th plugin](https://xkcd.com/927/). 😉
26
26
@@ -30,13 +30,13 @@ Jokes aside, I could not find a plugin that fulfills my wish for both telescope
30
30
31
31
- Automatic updates of available emojis via GitHub actions ([emojisource.app](https://emojisource.app/) as source).
1.`:InsertEmoji` respective `lua require("emoji").insert()`) or `:InsertEmojiByGroup` respective `lua require("emoji").insert_by_group()` allows you to select an emoji that is inserted at your cursor's current position.
114
+
### Emojis
115
+
116
+
1.`:InsertEmoji` respective `lua require("emoji").insert()` or `:InsertEmojiByGroup` respective `lua require("emoji").insert_by_group()` allows you to select an emoji that is inserted at your cursor's current position.
106
117
2.`:Telescope emoji` does the same but invokes Telescope instead of `vim.ui.select`. (if telescope.nvim is installed).
107
118
3. While in insert mode typing `:` triggers the auto-completion of nvim-cmp. (if nvim-cmp integration is enabled and configured).
0 commit comments