summaryrefslogtreecommitdiff
path: root/fnl/config/lsp/settings/jsonls.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/config/lsp/settings/jsonls.fnl')
-rw-r--r--fnl/config/lsp/settings/jsonls.fnl4
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/config/lsp/settings/jsonls.fnl b/fnl/config/lsp/settings/jsonls.fnl
index a2cb78c..55c6115 100644
--- a/fnl/config/lsp/settings/jsonls.fnl
+++ b/fnl/config/lsp/settings/jsonls.fnl
@@ -1,7 +1,7 @@
;; Json schema store catalog language server.
-(module config.lsp.settings.jsonls {autoload {: util}})
+(module config.lsp.settings.jsonls {autoload {util config.util}})
-(let [schemastore (util.load-plugin :schemastore)]
+(let [schemastore (util.prequire :schemastore)]
{:init_options {:providerFormatter false}
:settings {:json {:schemas (schemastore.json.schemas)}}
:setup {:commands {:Format [(fn []