diff --git a/README.md b/README.md index 055f705..9da0217 100644 --- a/README.md +++ b/README.md @@ -246,9 +246,9 @@ The source specific maximum item count. Specify preselect mode. The following modes are available. -- cmp.Preselect.Item +- `cmp.PreselectMode.Item` - If the item has `preselect = true`, `nvim-cmp` will preselect it. -- cmp.Preselect.None +- `cmp.PreselectMode.None` - Disable preselect feature. Default: `cmp.PreselectMode.Item`