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

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