add rust-analyzer

This commit is contained in:
Charlotte 🦝 Delenk 2022-01-31 13:34:20 +01:00
parent 94a1c66006
commit 484d1b42db
Signed by: darkkirb
GPG key ID: 015E3768A70AFBC5

View file

@ -13,6 +13,12 @@ let dsquotes = "''"; in
"nix" "nix"
]; ];
}; };
rust = {
command = "${pkgs.rust-analyzer}/bin/rust-analyzer";
filetypes = [
"rs"
];
};
}; };
}; };
}; };