diff --git a/home/rachel.nix b/home/rachel.nix index 785920f..86b694b 100644 --- a/home/rachel.nix +++ b/home/rachel.nix @@ -160,7 +160,7 @@ in lspcfg.typst_lsp.setup({ cmd = { '${pkgs.typst-lsp}/bin/typst-lsp' }, }) - lspcfg.rust_analyzer.setup() + lspcfg.rust_analyzer.setup({}) lspcfg.hls.setup({ cmd = { '${hls_wrapper}', 'lsp' }, })