Skip to content

Commit

Permalink
emacs: don't use rust-analyzer as rustic-lsp-server
Browse files Browse the repository at this point in the history
- wait until rust-analyzer is merged into nixpkgs
  (NixOS/nixpkgs#77752)
  • Loading branch information
evanjs committed Jan 25, 2020
1 parent 48d5023 commit 9acdd6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/emacs/modules/rust.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ with lib;
(use-package rustic)
(setq rustic-lsp-client 'eglot)
(setq rustic-lsp-server 'rust-analyzer)
;; (setq rustic-lsp-server 'rust-analyzer) -- blocked on https://github.com/NixOS/nixpkgs/pull/77752
(setq rustic-compile-backtrace 1)
'';

Expand Down

0 comments on commit 9acdd6d

Please sign in to comment.