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

(def- opts {})

(util.setup :nvim-surround opts)