feat: cmp async (#1583)
This commit is contained in:
13
doc/cmp.txt
13
doc/cmp.txt
@@ -413,11 +413,22 @@ performance.throttle~
|
||||
This is used to delay filtering and displaying completions.
|
||||
|
||||
*cmp-config.performance.fetching_timeout*
|
||||
performance.fetching_timeout~
|
||||
performance.fetching_timeout~
|
||||
`number`
|
||||
Sets the timeout of candidate fetching process.
|
||||
The nvim-cmp will wait to display the most prioritized source.
|
||||
|
||||
*cmp-config.performance.async_budget*
|
||||
performance.async_budget~
|
||||
`number`
|
||||
Maximum time (in ms) an async function is allowed to run during
|
||||
one step of the event loop.
|
||||
|
||||
*cmp-config.performance.max_view_entries*
|
||||
performance.max_view_entries~
|
||||
`number`
|
||||
Maximum number of items to show in the entries list.
|
||||
|
||||
*cmp-config.preselect*
|
||||
preselect~
|
||||
`cmp.PreselectMode`
|
||||
|
||||
Reference in New Issue
Block a user