nvim fix autocompletions
This commit is contained in:
parent
668d4f2b94
commit
fa58f846dc
@ -22,6 +22,7 @@ opt.shell = 'zsh'
|
||||
opt.ttimeoutlen = 50
|
||||
opt.timeoutlen = 500
|
||||
|
||||
opt.pumheight = 15
|
||||
|
||||
opt.compatible = false
|
||||
|
||||
|
||||
@ -13,7 +13,7 @@ local function setup_cmp()
|
||||
|
||||
cmp.setup({
|
||||
completion = {
|
||||
autocomplete = false
|
||||
autocomplete = {'TextChanged'}
|
||||
},
|
||||
snippet = {
|
||||
expand = function(args)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user