summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Kosarek <matt.kosarek@canonical.com>2026-01-26 15:34:19 -0500
committerMatt Kosarek <matt.kosarek@canonical.com>2026-01-26 15:34:19 -0500
commitfe471dd7cb63757e52bf8856ee74b9567d9058a8 (patch)
treec09af6ee4bf9b86f83034e03e604713840d120a1
parent942f58a42e065c4c8751a181b3f7e9bf0696f643 (diff)
parent1234835641ecb1c7d32e7bd0b4ba3d53ba2b29f5 (diff)
Merge branch 'master' of matthewkosarek.xyz:/srv/git/emacs_configHEADmaster
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index caf32bb..f6e1b43 100644
--- a/README.md
+++ b/README.md
@@ -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