From c5403d3521fd46c521527f9c4a60654282ff05df Mon Sep 17 00:00:00 2001 From: tikikun Date: Fri, 8 Sep 2023 09:53:20 +0700 Subject: [PATCH] add auto pairs --- lua/custom/plugins/autopairs.lua | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lua/custom/plugins/autopairs.lua diff --git a/lua/custom/plugins/autopairs.lua b/lua/custom/plugins/autopairs.lua new file mode 100644 index 00000000..c73de1f5 --- /dev/null +++ b/lua/custom/plugins/autopairs.lua @@ -0,0 +1,6 @@ +return { + 'windwp/nvim-autopairs', + event = "InsertEnter", + opts = {} + -- this is equalent to setup({}) function +}