Fix documentation bug

This commit is contained in:
hrsh7th
2021-08-12 21:02:42 +09:00
parent 17b0171e9f
commit 255f7173fa

View File

@@ -102,7 +102,7 @@ cmp.setup {
}
```
### mapping (type: table<string, cmp.MappingConfig>)
### mapping (type: table<string, fun(core: cmp.Core, fallback: function)>)
Define mappings with `cmp.mapping` helper.