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

(def- opts {})

(util.setup :nvim-surround opts)