diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-10-16 11:49:45 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-10-16 11:49:45 +0200 |
commit | 3f1367c3a460f89cafc80f134fbf420543ffb5e6 (patch) | |
tree | 568cb0dc2cb9386b760cc2b7e6c2e922a8442f82 /fnl/config/lsp/null-ls.fnl | |
parent | 97335fff57e4cca08bf642d65791c5c18ce8b485 (diff) |
Remove colon for util autoload
Diffstat (limited to 'fnl/config/lsp/null-ls.fnl')
-rw-r--r-- | fnl/config/lsp/null-ls.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/config/lsp/null-ls.fnl b/fnl/config/lsp/null-ls.fnl index 7efb079..7ebd25e 100644 --- a/fnl/config/lsp/null-ls.fnl +++ b/fnl/config/lsp/null-ls.fnl @@ -1,5 +1,5 @@ ;; Adds LSP diagnostics and formatting. -(module config.lsp.null-ls {autoload {:util :config.util}}) +(module config.lsp.null-ls {autoload {util config.util}}) (let [null-ls (util.prequire :null-ls)] (let [formatting null-ls.builtins.formatting |