plugins/nvim-cmp: update options

This commit is contained in:
Gaetan Lepage 2023-05-26 11:18:23 +02:00 committed by Gaétan Lepage
parent 51afeda8e5
commit 8338cf146f
2 changed files with 17 additions and 6 deletions

View file

@ -20,6 +20,8 @@
debounce = 60;
throttle = 30;
fetchingTimeout = 500;
asyncBudget = 1;
maxViewEntries = 200;
};
preselect = "Item";