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

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