mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
update nvim-compe settings
This commit is contained in:
parent
2f719f9861
commit
38e2b73408
@ -419,7 +419,7 @@ require'compe'.setup {
|
|||||||
autocomplete = true;
|
autocomplete = true;
|
||||||
debug = false;
|
debug = false;
|
||||||
min_length = 1;
|
min_length = 1;
|
||||||
preselect = 'enable';
|
preselect = 'always';
|
||||||
throttle_time = 80;
|
throttle_time = 80;
|
||||||
source_timeout = 200;
|
source_timeout = 200;
|
||||||
incomplete_delay = 400;
|
incomplete_delay = 400;
|
||||||
@ -431,11 +431,13 @@ require'compe'.setup {
|
|||||||
source = {
|
source = {
|
||||||
path = true;
|
path = true;
|
||||||
buffer = true;
|
buffer = true;
|
||||||
calc = true;
|
spell = true;
|
||||||
|
emoji = true;
|
||||||
nvim_lsp = true;
|
nvim_lsp = true;
|
||||||
nvim_lua = true;
|
nvim_lua = true;
|
||||||
vsnip = false;
|
|
||||||
ultisnips = true;
|
ultisnips = true;
|
||||||
|
calc = false;
|
||||||
|
vsnip = false;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user