This commit is contained in:
Tyler Ryan 2023-05-02 11:21:02 -07:00
parent 0470d07c8c
commit e0bcaab64b
5 changed files with 84 additions and 47 deletions

View file

@ -0,0 +1,6 @@
return {
"windwp/nvim-autopairs",
config = function()
require("nvim-autopairs").setup {}
end,
}