Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hrsh7th/cmp-emoji
nvim-cmp source for emoji
https://github.com/hrsh7th/cmp-emoji
nvim-cmp
Last synced: 6 days ago
JSON representation
nvim-cmp source for emoji
- Host: GitHub
- URL: https://github.com/hrsh7th/cmp-emoji
- Owner: hrsh7th
- Created: 2021-08-09T06:02:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-10T13:22:01.000Z (6 months ago)
- Last Synced: 2024-08-02T13:33:58.364Z (3 months ago)
- Topics: nvim-cmp
- Language: Lua
- Homepage:
- Size: 253 KB
- Stars: 171
- Watchers: 6
- Forks: 14
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cmp-emoji
nvim-cmp source for emojis.
# Setup
```lua
require'cmp'.setup {
sources = {
{ name = 'emoji' }
}
}
```# Option
#### insert (type: boolean)
Speficy emoji should be insert or not.
Default: `false`