restoring files

This commit is contained in:
Andres 2023-04-21 18:43:37 +02:00
parent 982b18195e
commit c2b5078e3e
6 changed files with 143 additions and 47 deletions

View file

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