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 {
extensions = [
"rust-src"
"rust-analysis"
# "rls-preview"
# "rustfmt-preview"
];