Add autopairs to nvim-cmp

This commit is contained in:
2024-01-03 00:44:27 +01:00
parent 3dadfbbe13
commit ecce5c3f76
3 changed files with 33 additions and 7 deletions

View File

@@ -1,7 +1,8 @@
--- Ensure plugin is avaiable
local ok, nvimautopairs = pcall(require, "nvim-autopairs")
if not ok then
return
return
end
--- Load plugin