Update README.md

This commit is contained in:
hrsh7th
2021-08-09 22:27:56 +09:00
parent 08797d9645
commit b41afe2f83

View File

@@ -59,6 +59,8 @@ You should read [cmp types](/lua/cmp/types) and [LSP spec](https://microsoft.git
- The `complete` function is required but others can be omitted.
- The `callback` argument must always be called.
You can use only `require('cmp')` in the custom source.
```lua
local source = {}