diff options
Diffstat (limited to 'nvim/lua/plugins/auto-pairs.lua')
-rw-r--r-- | nvim/lua/plugins/auto-pairs.lua | 7 |
1 files changed, 7 insertions, 0 deletions
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 + }, +} |