summaryrefslogtreecommitdiff
path: root/fnl/config/trouble.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-16 01:40:16 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-16 01:40:16 +0200
commit6cb31718df762c6ebf764986074f08b19d6f82f8 (patch)
tree4bc60c9d94de082914ea9ab2d488114caff4edd4 /fnl/config/trouble.fnl
parent68c0f6bab06ea587b9b258d1ad3b0c9870bc163f (diff)
Refactor loading of plugins with packer
Diffstat (limited to 'fnl/config/trouble.fnl')
-rw-r--r--fnl/config/trouble.fnl4
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/config/trouble.fnl b/fnl/config/trouble.fnl
index 03942af..0266ec0 100644
--- a/fnl/config/trouble.fnl
+++ b/fnl/config/trouble.fnl
@@ -1,5 +1,5 @@
;; Pretty diagnostics.
-(module config.trouble {autoload {: util}})
+(module config.trouble {autoload {:util :config.util}})
(def- opts {:position :bottom
;; position of the list can be: bottom, top, left, right
@@ -79,4 +79,4 @@
;; enabling this will use the signs defined in your lsp client
})
-(util.use-config :trouble opts)
+(util.setup :trouble opts)