perf(nvim): set cmp fetching_timeout to 100ms
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 55s

This commit is contained in:
Price Hiller 2024-04-22 13:52:22 -05:00
parent 5e903eb7c4
commit 2ef732fde1
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -294,6 +294,9 @@ return {
return completion_item
end,
},
performance = {
fetching_timeout = 100
},
view = {
entries = {
name = "custom",