setup lsp for rust
This commit is contained in:
parent
a05b6e401c
commit
b8526d77c0
2 changed files with 13 additions and 0 deletions
|
@ -34,6 +34,13 @@
|
|||
pyright = {
|
||||
enable = true;
|
||||
};
|
||||
# Rust
|
||||
rust_analyzer = {
|
||||
enable = true;
|
||||
# dependencies
|
||||
installCargo = true;
|
||||
installRustc = true;
|
||||
};
|
||||
};
|
||||
|
||||
keymaps = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue