This commit is contained in:
asep komarudin 2023-02-05 12:50:48 +07:00
parent 47a45924b4
commit f39bb7987f
2 changed files with 3 additions and 2 deletions

View file

@ -25,6 +25,7 @@ npairs.setup({
},
})
-- If you want insert `(` after select function or method item
local cmp_autopairs = require("nvim-autopairs.completion.cmp")
local cmp_status_ok, cmp = pcall(require, "cmp")
if not cmp_status_ok then