summaryrefslogtreecommitdiff
path: root/fnl/config/surround.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-30 18:26:23 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-30 18:26:23 +0200
commit5deb05b869a22b0ce29ca071cf0c3898fae63063 (patch)
treee778a8ab4b53a12adbcb8cfe1299686149484d62 /fnl/config/surround.fnl
parentcce9487d9a0dc7f3c9a590cb02d35eb4de729991 (diff)
Add surround
Diffstat (limited to 'fnl/config/surround.fnl')
-rw-r--r--fnl/config/surround.fnl6
1 files changed, 6 insertions, 0 deletions
diff --git a/fnl/config/surround.fnl b/fnl/config/surround.fnl
new file mode 100644
index 0000000..04a516f
--- /dev/null
+++ b/fnl/config/surround.fnl
@@ -0,0 +1,6 @@
+;; Surround selections.
+(module config.surround {autoload {: util}})
+
+(def- opts {})
+
+(util.use-config :nvim-surround opts)