rust-analysis

This commit is contained in:
Cadey Ratio 2020-04-06 11:12:17 -04:00
parent d8992dc2c2
commit 82e72d9410
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ in (pkgs.rustChannelOf {
}).rust.override { }).rust.override {
extensions = [ extensions = [
"rust-src" "rust-src"
"rust-analysis"
# "rls-preview" # "rls-preview"
# "rustfmt-preview" # "rustfmt-preview"
]; ];