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

(let [fidget (util.load-plugin :fidget)]
  (fidget.setup {:text {:spinner :dots_snake}}))