mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-26 18:58:51 +02:00
update
This commit is contained in:
parent
47a45924b4
commit
f39bb7987f
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue