update
This commit is contained in:
parent
0ea975b543
commit
da79e8d990
11 changed files with 134 additions and 7 deletions
|
|
@ -5,3 +5,11 @@ cmp.event:on(
|
|||
'confirm_done',
|
||||
cmp_autopairs.on_confirm_done()
|
||||
)
|
||||
-- cmp.setup {
|
||||
-- completion = {
|
||||
-- autocomplete = true,
|
||||
-- },
|
||||
-- mapping = {
|
||||
-- ['<C-/>'] = cmp.mapping.complete()
|
||||
-- }
|
||||
-- }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue