diff options
| author | matthew <matt.kosarek@canonical.com> | 2026-01-02 20:14:30 -0500 |
|---|---|---|
| committer | matthew <matt.kosarek@canonical.com> | 2026-01-02 20:14:30 -0500 |
| commit | 1234835641ecb1c7d32e7bd0b4ba3d53ba2b29f5 (patch) | |
| tree | d8eafc58468b8615aaa5380a155b4591fb21a31c | |
| parent | a616a3c3edbe05652a2056b0b25593c528ceb310 (diff) | |
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -25,6 +25,7 @@ My emacs configuration file. This configuration only works with Emacs version 28 - [hunspell](https://github.com/hunspell/hunspell): for spellcheck - [clangd](https://github.com/clangd/clangd): C/C++ language server - [dart](https://dart.dev/): dart language server +- [rust-analyzer](https://rust-analyzer.github.io/): rust language server ## Fonts - JetBrains Mono @@ -32,7 +33,8 @@ My emacs configuration file. This configuration only works with Emacs version 28 ## Ubuntu 25.10 Install ```sh -sudo apt install ripgrep gopls python3-pylsp clangd +sudo apt install ripgrep gopls python3-pylsp clangd rustup +rustup component add rust-analyzer ``` ## Org mode |
