Update rust module (#1388)

Use rust-analyzer as lsp server and tree-sitter for syntax highlighting.
This commit is contained in:
Daniel Gerlach 2022-11-21 21:14:15 +01:00 committed by GitHub
parent 1727734002
commit 54e3d81b1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 34 additions and 17 deletions

View file

@ -20,6 +20,7 @@
* Replace `yank-pop` key-binding to `counse-yank-pop` for `ivy-mode`.
* The keybinding for `proced` is now enabled unconditionally.
* Replace prelude-go backend with `lsp` instead of unmaintained tools
* Use `rust-analyzer` as language server for prelude-rust and provide nicer syntax highlighting with `tree-sitter`
### Bugs fixed