diff options
Diffstat (limited to 'fnl/config/surround.fnl')
-rw-r--r-- | fnl/config/surround.fnl | 6 |
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) |