diff --git a/init.org b/init.org index f33336c..bbd080f 100644 --- a/init.org +++ b/init.org @@ -1603,7 +1603,7 @@ LSP sets it's prefix key to =s-l= by default, which uses the Super key which I u :init (setq lsp-keymap-prefix "C-l") (add-to-list 'completion-at-point-functions #'lsp-completion-at-point) - (advice-add 'lsp :before #'envrc-reload) + ;; (advice-add 'lsp :before #'envrc-reload) :commands lsp :general-config (leader-def @@ -1629,6 +1629,7 @@ LSP sets it's prefix key to =s-l= by default, which uses the Super key which I u lsp-rust-analyzer-binding-mode-hints t lsp-rust-analyzer-display-closure-return-type-hints t lsp-rust-analyzer-server-format-inlay-hints t + lsp-rust-analyzer-cargo-extra-env ["RUSTFLAGS", "-Clinker=clang -Clink-arg=-fuse-ld=mold"] lsp-enable-suggest-server-download nil)