mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 11:45:06 +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
|
postman
|
||||||
prismlauncher
|
prismlauncher
|
||||||
spotify
|
spotify
|
||||||
|
# rustup from nix for rust :)
|
||||||
|
rustup
|
||||||
] ++ import ./common-packages.nix { inherit pkgs; };
|
] ++ import ./common-packages.nix { inherit pkgs; };
|
||||||
|
|
||||||
programs.fish = {
|
programs.fish = {
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,7 @@
|
||||||
"terminal.integrated.enableMultiLinePasteWarning" = false;
|
"terminal.integrated.enableMultiLinePasteWarning" = false;
|
||||||
"git.confirmSync" = false;
|
"git.confirmSync" = false;
|
||||||
"debug.allowBreakpointsEverywhere" = false;
|
"debug.allowBreakpointsEverywhere" = false;
|
||||||
|
"rust-analyzer.server.path" = "rust-analyzer";
|
||||||
};
|
};
|
||||||
extensions = with pkgs.vscode-extensions; [
|
extensions = with pkgs.vscode-extensions; [
|
||||||
jnoortheen.nix-ide
|
jnoortheen.nix-ide
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue