avoid using cmp disable var for autopairs (#567)
This commit is contained in:
parent
67962828bb
commit
068ae08f6c
3 changed files with 5 additions and 1 deletions
|
|
@ -10,6 +10,9 @@ M.autopairs = function()
|
|||
end
|
||||
|
||||
autopairs.setup()
|
||||
|
||||
-- not needed if you disable cmp, the above var related to cmp tooo! override default config for autopairs
|
||||
|
||||
autopairs_completion.setup {
|
||||
map_complete = true, -- insert () func completion
|
||||
map_cr = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue