Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 224 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 224 Bytes

cmp-emoji

nvim-cmp source for emojis.

Setup

require'cmp'.setup {
  sources = {
    { name = 'emoji' }
  }
}

Option

insert (type: boolean)

Speficy emoji should be insert or not.

Default: false