diff options
Diffstat (limited to 'fnl/config/lsp/lsp-installer.fnl')
-rw-r--r-- | fnl/config/lsp/lsp-installer.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/config/lsp/lsp-installer.fnl b/fnl/config/lsp/lsp-installer.fnl index 9a3215a..1ad0af7 100644 --- a/fnl/config/lsp/lsp-installer.fnl +++ b/fnl/config/lsp/lsp-installer.fnl @@ -1,5 +1,5 @@ ;; Loads default handlers and specific language settings. -(module config.lsp.lsp-installer {autoload {util util}}) +(module config.lsp.lsp-installer {autoload {: util}}) (def- default-servers {:bashls true :clangd true |