mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
parent
ca65194892
commit
7ef7fe68c6
@ -122,7 +122,7 @@ require'compe'.setup {
|
|||||||
autocomplete = true;
|
autocomplete = true;
|
||||||
debug = false;
|
debug = false;
|
||||||
min_length = 1;
|
min_length = 1;
|
||||||
preselect = 'always';
|
preselect = 'enable';
|
||||||
throttle_time = 80;
|
throttle_time = 80;
|
||||||
source_timeout = 200;
|
source_timeout = 200;
|
||||||
incomplete_delay = 400;
|
incomplete_delay = 400;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user