add autopairs to neovim

This commit is contained in:
2023-06-05 08:17:59 -04:00
parent 43cdf48c54
commit 95d7757b05
2 changed files with 8 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
local autopairs_setup, autopairs = pcall(require, "nvim-autopairs")
if not autopairs_setup then
return
end
autopairs.setup()