summaryrefslogtreecommitdiff
path: root/fnl/config/surround.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/config/surround.fnl')
-rw-r--r--fnl/config/surround.fnl6
1 files changed, 0 insertions, 6 deletions
diff --git a/fnl/config/surround.fnl b/fnl/config/surround.fnl
deleted file mode 100644
index 2406ecd..0000000
--- a/fnl/config/surround.fnl
+++ /dev/null
@@ -1,6 +0,0 @@
-;; Surround selections.
-(module config.surround {autoload {util config.util}})
-
-(def- opts {})
-
-(util.setup :nvim-surround opts)