nixvim(rust): install cargo + rustc for rust-analyzer
This commit is contained in:
parent
bcbcd9e9f4
commit
207e47a0b0
1 changed files with 5 additions and 1 deletions
|
|
@ -6,7 +6,11 @@
|
|||
nixd.enable = true;
|
||||
cssls.enable = true;
|
||||
html.enable = true;
|
||||
rust-analyzer.enable = true;
|
||||
rust-analyzer = {
|
||||
enable = true;
|
||||
installRustc = true;
|
||||
installCargo = true;
|
||||
};
|
||||
bashls.enable = true;
|
||||
};
|
||||
keymaps = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue