add - autopairs

add- filetree
remove c cpp support
This commit is contained in:
alinademi 2023-02-20 21:52:44 -08:00
parent 72364ad9ac
commit 1a50da15c9
3 changed files with 24 additions and 1 deletions

View file

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