summaryrefslogtreecommitdiff
path: root/fnl/config/surround.fnl
blob: 04a516f6e0e4de989dae5760fe1ae52259d4ba8a (plain)
1
2
3
4
5
6
;; Surround selections.
(module config.surround {autoload {: util}})

(def- opts {})

(util.use-config :nvim-surround opts)