From bb2e30b412c23b76ae876e792398f4926467d962 Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 8 Jan 2025 15:45:00 -0800 Subject: added current config --- nvim/lua/plugins/auto-pairs.lua | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 nvim/lua/plugins/auto-pairs.lua (limited to 'nvim/lua/plugins/auto-pairs.lua') diff --git a/nvim/lua/plugins/auto-pairs.lua b/nvim/lua/plugins/auto-pairs.lua new file mode 100644 index 0000000..7fdb560 --- /dev/null +++ b/nvim/lua/plugins/auto-pairs.lua @@ -0,0 +1,7 @@ +return { + { + 'windwp/nvim-autopairs', + event = "InsertEnter", + config = true + }, +} -- cgit v1.2.3