diff --git a/private_dot_config/nvim/lua/plugins/autopairs.lua b/private_dot_config/nvim/lua/plugins/autopairs.lua new file mode 100644 index 0000000..2db00d8 --- /dev/null +++ b/private_dot_config/nvim/lua/plugins/autopairs.lua @@ -0,0 +1,7 @@ +return { + 'windwp/nvim-autopairs', + event = "InsertEnter", + config = true + -- use opts = {} for passing setup options + -- this is equivalent to setup({}) function +}