Regenerate nvim config
This commit is contained in:
22
config/neovim/store/lazy-plugins/cmp-emoji/README.md
Normal file
22
config/neovim/store/lazy-plugins/cmp-emoji/README.md
Normal file
@ -0,0 +1,22 @@
|
||||
# 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`
|
||||
|
||||
Reference in New Issue
Block a user