Skip to content

Commit 3405181

Browse files
committed
Rust: no LSP?
1 parent 089b286 commit 3405181

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

content/en/modes/rust.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Rust
3+
---
4+
5+
Lem supports Rust with syntax highlighting, `rustfmt`, auto indentation
6+
7+
At the time of writing, Lem doesn't support LSP for Rust. Someone needs to add it!
8+
9+
## Keybindings
10+
11+
```lisp
12+
(define-key *rust-mode-keymap* "C-c C-f" 'rust-format-buffer)
13+
(define-key *rust-mode-keymap* "M-C-q" 'indent-exp)
14+
```

0 commit comments

Comments
 (0)