Add autopairs to nvim-cmp
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
--- Ensure plugin is avaiable
|
||||
local ok, nvimautopairs = pcall(require, "nvim-autopairs")
|
||||
|
||||
if not ok then
|
||||
return
|
||||
return
|
||||
end
|
||||
|
||||
--- Load plugin
|
||||
|
||||
Reference in New Issue
Block a user