Skip to content

Commit

Permalink
tweak(emacs): Rust: enable experimental rust-analyzer features
Browse files Browse the repository at this point in the history
Gives on-type responsiveness to some LSP features.
  • Loading branch information
gekoke committed May 18, 2024
1 parent 4b7bbdd commit 6cebe47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -771,6 +771,7 @@
(lsp-rust-analyzer-lens-references-trait-enable t)
(lsp-rust-analyzer-lens-references-enum-variant-enable t)
(lsp-rust-analyzer-max-inlay-hint-length 15)
(lsp-rust-analyzer-diagnostics-enable-experimental t)
(lsp-rust-clippy-preference "on"))

(use-package markdown-mode
Expand Down

0 comments on commit 6cebe47

Please sign in to comment.