nvim: after/plugin/completion: Disable autocomplete
This commit is contained in:
parent
119c91a6b7
commit
8fc44227f2
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ local remap = vim.api.nvim_set_keymap
|
|||
|
||||
require'compe'.setup {
|
||||
enabled = true;
|
||||
autocomplete = true;
|
||||
autocomplete = false;
|
||||
debug = false;
|
||||
min_length = 2;
|
||||
preselect = 'enable';
|
||||
|
|
Loading…
Reference in a new issue