diff options
Diffstat (limited to 'fnl/config/lsp/init.fnl')
-rw-r--r-- | fnl/config/lsp/init.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/config/lsp/init.fnl b/fnl/config/lsp/init.fnl index 0506e4f..04a3907 100644 --- a/fnl/config/lsp/init.fnl +++ b/fnl/config/lsp/init.fnl @@ -1,5 +1,5 @@ ;; Loads the LSP functionality. -(module config.lsp.init {autoload {util util}}) +(module config.lsp.init {autoload {: util}}) (require :config.lsp.lsp-installer) (let [handlers (require :config.lsp.handlers)] |