Add cmp.EventConfig

This commit is contained in:
hrsh7th
2021-08-12 19:02:36 +09:00
parent 22f8ce1bd5
commit 17b0171e9f
4 changed files with 12 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
A completion plugin for neovim written in Lua.
Status
====================
@@ -63,6 +64,7 @@ autocmd FileType markdown lua require'cmp'.setup.buffer {
\ }
```
Configuration
====================
@@ -174,6 +176,7 @@ Default:
}
```
Source creation
====================