@@ -0,0 +1,9 @@
+return {
+ "windwp/nvim-autopairs",
+ event = "InsertEnter",
+ config = function()
+ require("nvim-autopairs").setup({
+ check_ts = true, -- Enable autopairs for treesitter
+ })
+ end,
+}