update
This commit is contained in:
parent
ff8d4684aa
commit
d7f0011c35
@ -208,6 +208,10 @@ return {
|
||||
view = {
|
||||
entries = { name = 'wildmenu', separator = '|' }
|
||||
},
|
||||
sources = cmp.config.sources({
|
||||
{ name = 'path' },
|
||||
{ name = 'cmdline' },
|
||||
}),
|
||||
mapping = cmp.mapping.preset.insert({
|
||||
['<CR>'] = cmp.mapping.confirm({ select = true }),
|
||||
["<c-n>"] = cmp.mapping(function(fallback)
|
||||
|
Loading…
Reference in New Issue
Block a user