summaryrefslogtreecommitdiff
path: root/fnl/config/packer.fnl
blob: e2f07928cf5de99d1f62f0d65e5c3246471f508c (plain)
1
2
3
4
5
6
;; Load packer config
(module config.packer {autoload {util util}})

(let [packer (util.load-plugin :packer)]
  (packer.init {:display {:open_fn (fn []
                                     (packer.util.float {:border :rounded}))}}))