Files
nvim/after/plugin/autopairs.lua
2023-06-09 15:45:46 -04:00

7 lines
116 B
Lua

local status_ok, autopairs = pcall(require, "nvim-autopairs")
if not status_ok then
return
end
autopairs.setup {}