summaryrefslogtreecommitdiff
path: root/fnl/config/packer.fnl
blob: 6796cb260b53d7c8c9532c9e76fbe551a5b95b8a (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}))}}))