1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

Fix ultisnips issue with nvim-compe.

See also hrsh7th/nvim-compe#389.
This commit is contained in:
jdhao 2021-06-26 01:17:12 +08:00
parent ca65194892
commit 7ef7fe68c6

View File

@ -122,7 +122,7 @@ require'compe'.setup {
autocomplete = true;
debug = false;
min_length = 1;
preselect = 'always';
preselect = 'enable';
throttle_time = 80;
source_timeout = 200;
incomplete_delay = 400;