summaryrefslogtreecommitdiff
path: root/fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-04-07 23:53:15 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-04-07 23:53:15 +0200
commit937378ab0fdb81d83737063ee7a2fd8ebc991164 (patch)
tree46d7b5642d2a5eedf7cff8d14c9b32db2f1634c7 /fnl
parent3998bff4ba31ddbd272cf5e63242395968b02615 (diff)
fix(autopairs): add parenthesis
Diffstat (limited to 'fnl')
-rw-r--r--fnl/config/autopairs.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/config/autopairs.fnl b/fnl/config/autopairs.fnl
index 47ead0a..b2d0475 100644
--- a/fnl/config/autopairs.fnl
+++ b/fnl/config/autopairs.fnl
@@ -22,4 +22,4 @@
:end_key :$
:keys :qwertyuiopzxcvbnmasdfghjkl
:highlight :PmenuSel
- :highlight_grey :LineNr}})
+ :highlight_grey :LineNr}}))