akfmsldkf

This commit is contained in:
manobann 2023-04-22 15:18:00 +02:00
parent 84f3fb622a
commit 8cfd7d5725
2 changed files with 9 additions and 0 deletions

View file

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