mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-09 08:44:32 +02:00
plugins/nvim-cmp: update options
This commit is contained in:
parent
51afeda8e5
commit
8338cf146f
2 changed files with 17 additions and 6 deletions
|
@ -20,6 +20,8 @@
|
|||
debounce = 60;
|
||||
throttle = 30;
|
||||
fetchingTimeout = 500;
|
||||
asyncBudget = 1;
|
||||
maxViewEntries = 200;
|
||||
};
|
||||
|
||||
preselect = "Item";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue