From 3b2163b821f4dbf1003804b9b19fd276dc4bc350 Mon Sep 17 00:00:00 2001 From: tdback Date: Wed, 4 Dec 2024 18:48:24 -0500 Subject: initial commit to new repo --- lua/custom/plugins/pairs.lua | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lua/custom/plugins/pairs.lua (limited to 'lua/custom/plugins/pairs.lua') diff --git a/lua/custom/plugins/pairs.lua b/lua/custom/plugins/pairs.lua new file mode 100644 index 0000000..637b524 --- /dev/null +++ b/lua/custom/plugins/pairs.lua @@ -0,0 +1,7 @@ +return { + "windwp/nvim-autopairs", + event = "InsertEnter", + config = function() + require("nvim-autopairs").setup({ map_c_h = true }) + end, +} -- cgit v1.2.3