Fixed typo in README.md (#515)

This commit is contained in:
feathecutie
2021-11-13 09:09:20 +01:00
committed by GitHub
parent af06bd4b44
commit f0f0065f85

View File

@@ -156,7 +156,7 @@ Defines the action of each key mapping. The following lists all the built-in act
- `cmp.mapping.abort()` - `cmp.mapping.abort()`
- `cmp.mapping.confirm({ select = bool, behavior = cmp.ConfirmBehavior.{Insert,Replace} })`: If `select` is true and you haven't select any item, automatically selects the first item. - `cmp.mapping.confirm({ select = bool, behavior = cmp.ConfirmBehavior.{Insert,Replace} })`: If `select` is true and you haven't select any item, automatically selects the first item.
You can configure `nvim-cmp` to use these `cmd.mapping` like this: You can configure `nvim-cmp` to use these `cmp.mapping` like this:
```lua ```lua
mapping = { mapping = {