summaryrefslogtreecommitdiffstats
path: root/after
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2023-06-09 15:45:46 -0400
committerSquibid <me@zacharyscheiman.com>2023-06-09 15:45:46 -0400
commit2faab2882e337847e24ed429b252572bffdece23 (patch)
tree4ac0c6247d3d9d217eb51bfa8dd24834e4349540 /after
parent489451b318aa92d50ad2686f008870108d9f4dab (diff)
downloadnvim-2faab2882e337847e24ed429b252572bffdece23.tar.gz
nvim-2faab2882e337847e24ed429b252572bffdece23.tar.bz2
nvim-2faab2882e337847e24ed429b252572bffdece23.zip
spacing
Diffstat (limited to '')
-rw-r--r--after/plugin/autopairs.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/after/plugin/autopairs.lua b/after/plugin/autopairs.lua
index ddf106f..c943733 100644
--- a/after/plugin/autopairs.lua
+++ b/after/plugin/autopairs.lua
@@ -3,4 +3,4 @@ if not status_ok then
return
end
-autopairs.setup{}
+autopairs.setup {}