summaryrefslogtreecommitdiff
path: root/fnl/config/fidget.fnl
blob: fa87fd1c9d0460c2a171f026ddf4c598c3e3d066 (plain)
1
2
3
4
5
6
;; Show lsp progress.
(module config.fidget {autoload {: util}})

(def- opts {:text {:spinner :dots_snake}})

(util.use-config :fidget opts)