# cmp-emoji **Repository Path**: wedojava/cmp-emoji ## Basic Information - **Project Name**: cmp-emoji - **Description**: https://github.com/hrsh7th/cmp-emoji - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-05 - **Last Updated**: 2024-06-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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`