This commit is contained in:
Duc Pham
2021-09-15 17:09:17 +07:00
committed by GitHub
parent e62303abab
commit 1cd577403d

View File

@@ -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`