Skip to content

docs: Clarify Neovim workspace path setup#2938

Open
aland-omed wants to merge 1 commit into
rust-lang:mainfrom
aland-omed:docs/neovim-workspace-folder-2473
Open

docs: Clarify Neovim workspace path setup#2938
aland-omed wants to merge 1 commit into
rust-lang:mainfrom
aland-omed:docs/neovim-workspace-folder-2473

Conversation

@aland-omed

@aland-omed aland-omed commented Jul 22, 2026

Copy link
Copy Markdown

Fixes #2473.

Clarify that Neovim/neoconf does not expand VS Code’s ${workspaceFolder} variable in the generated .vscode/settings.json, and instruct users to replace it with the absolute path to their rust repository.

Validation:

  • git diff --check
  • Verified the current generated rust_analyzer_settings.json still contains ${workspaceFolder} in rustfmt, proc-macro, rustc, and cargo paths

The local environment does not have Cargo or mdBook installed; repository CI will run the complete book and link checks.

Signed-off-by: Aland <158173939+aland-omed@users.noreply.github.com>
@rustbot

rustbot commented Jul 22, 2026

Copy link
Copy Markdown
Collaborator

Thanks for the PR. If you have write access, feel free to merge this PR if it does not need reviews. You can request a review using r? rustc-dev-guide or r? <username>.

@rustbot rustbot added the S-waiting-on-review Status: this PR is waiting for a reviewer to verify its content label Jul 22, 2026
@aland-omed

Copy link
Copy Markdown
Author

r? rustc-dev-guide

@tshepang

Copy link
Copy Markdown
Member

r? rustc-dev-guide

@rustbot rustbot assigned BoxyUwU and unassigned tshepang Jul 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-review Status: this PR is waiting for a reviewer to verify its content

Projects

None yet

Development

Successfully merging this pull request may close these issues.

neovim setup using .vscode/settings.json incomplete

4 participants