diff options
Diffstat (limited to 'fnl/config/fidget.fnl')
| -rw-r--r-- | fnl/config/fidget.fnl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fnl/config/fidget.fnl b/fnl/config/fidget.fnl new file mode 100644 index 0000000..453714a --- /dev/null +++ b/fnl/config/fidget.fnl @@ -0,0 +1,5 @@ +;; Show lsp progress. +(module config.fidget {autoload {util util}}) + +(let [fidget (util.load-plugin :fidget)] + (fidget.setup {})) |