diff --git a/users/profiles/neovim/default.nix b/users/profiles/neovim/default.nix index f5986d7..8c245b0 100644 --- a/users/profiles/neovim/default.nix +++ b/users/profiles/neovim/default.nix @@ -159,7 +159,7 @@ "typescript" ]; "prettier.useTabs" = true; - "rust-analyzer.server.path" = "${pkgs.fenix.rust-analyzer}"; + "rust-analyzer.server.path" = "${pkgs.fenix.rust-analyzer}/bin/rust-analyzer"; "rust-analyzer.updates.prompt" = false; "rust-analyzer.updates.checkOnStartup" = false; "rust-analyzer.cargo.loadOutDirsFromCheck" = true;