Create autopairs.lua

Auto pairs added
pull/298/head
SamPosh 2 years ago committed by GitHub
parent 56b544c809
commit 324d08210b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,8 @@
-- File: lua/custom/plugins/autopairs.lua
return {
"windwp/nvim-autopairs",
config = function()
require("nvim-autopairs").setup {}
end,
}
Loading…
Cancel
Save