summaryrefslogtreecommitdiff
path: root/fnl/config/packer.fnl
blob: 09c7ca2cbc68220e6407751d2c646954e3dee5c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
;; 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}))}}))