mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 19:55:08 +01:00
make rust analyzer work
This commit is contained in:
parent
f32a22f1d9
commit
edf9436595
2 changed files with 3 additions and 0 deletions
|
|
@ -40,6 +40,8 @@ in
|
|||
postman
|
||||
prismlauncher
|
||||
spotify
|
||||
# rustup from nix for rust :)
|
||||
rustup
|
||||
] ++ import ./common-packages.nix { inherit pkgs; };
|
||||
|
||||
programs.fish = {
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@
|
|||
"terminal.integrated.enableMultiLinePasteWarning" = false;
|
||||
"git.confirmSync" = false;
|
||||
"debug.allowBreakpointsEverywhere" = false;
|
||||
"rust-analyzer.server.path" = "rust-analyzer";
|
||||
};
|
||||
extensions = with pkgs.vscode-extensions; [
|
||||
jnoortheen.nix-ide
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue