summaryrefslogtreecommitdiffstats
path: root/lua/user/autopairs.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/user/autopairs.lua')
-rw-r--r--lua/user/autopairs.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/user/autopairs.lua b/lua/user/autopairs.lua
index 577e571..96be89e 100644
--- a/lua/user/autopairs.lua
+++ b/lua/user/autopairs.lua
@@ -1,6 +1,7 @@
-- Setup nvim-cmp.
local status_ok, npairs = pcall(require, "nvim-autopairs")
if not status_ok then
+ print "nvim-autopairs init failed"
return
end