perf(nvim): set cmp fetching_timeout
to 100ms
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 55s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 55s
This commit is contained in:
parent
5e903eb7c4
commit
2ef732fde1
@ -294,6 +294,9 @@ return {
|
|||||||
return completion_item
|
return completion_item
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
performance = {
|
||||||
|
fetching_timeout = 100
|
||||||
|
},
|
||||||
view = {
|
view = {
|
||||||
entries = {
|
entries = {
|
||||||
name = "custom",
|
name = "custom",
|
||||||
|
Loading…
Reference in New Issue
Block a user