From f0f0065f8575b3b452057d7d7d7974407956dc77 Mon Sep 17 00:00:00 2001 From: feathecutie <53912746+feathecutie@users.noreply.github.com> Date: Sat, 13 Nov 2021 09:09:20 +0100 Subject: [PATCH] Fixed typo in README.md (#515) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 641b11f..3029844 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ Defines the action of each key mapping. The following lists all the built-in act - `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. -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 mapping = {