autocomplete only when <Tab> is pressed
This commit is contained in:
parent
cd1b7ef7ea
commit
960b17326c
1 changed files with 3 additions and 0 deletions
|
@ -68,6 +68,9 @@ cmp.setup({
|
|||
-- vim.fn["UltiSnips#Anon"](args.body) -- For `ultisnips` users.
|
||||
end,
|
||||
},
|
||||
completion = {
|
||||
autocomplete = false,
|
||||
},
|
||||
window = {
|
||||
completion = cmp.config.window.bordered(),
|
||||
documentation = cmp.config.window.bordered(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue