Change completion.autocomplete default value

This commit is contained in:
hrsh7th
2021-08-25 19:00:28 +09:00
parent 79601cb3db
commit 9bf7dbd871
2 changed files with 1 additions and 2 deletions

View File

@@ -173,7 +173,7 @@ Which events should trigger `autocompletion`.
If you leave this empty or `nil`, `nvim-cmp` does not perform completion automatically.
You can still use manual completion though (like omni-completion).
Default: `{types.cmp.TriggerEvent.InsertEnter, types.cmp.TriggerEvent.TextChanged}`
Default: `{ types.cmp.TriggerEvent.TextChanged }`
#### completion.keyword_pattern (type: string)