VIM: add autopairs and autotag
This commit is contained in:
parent
18dda5c17b
commit
bd34b3e9a8
2 changed files with 40 additions and 7 deletions
|
|
@ -42,3 +42,8 @@ cmp.setup({
|
|||
}),
|
||||
})
|
||||
|
||||
local cmp_autopairs = require('nvim-autopairs.completion.cmp')
|
||||
cmp.event:on(
|
||||
'confirm_done',
|
||||
cmp_autopairs.on_confirm_done()
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue