From 8ad485425324a002c1aaaf2110cfd5d1e925d756 Mon Sep 17 00:00:00 2001 From: Aland <158173939+aland-omed@users.noreply.github.com> Date: Wed, 22 Jul 2026 03:59:26 +0300 Subject: [PATCH] docs: Clarify Neovim workspace path setup Signed-off-by: Aland <158173939+aland-omed@users.noreply.github.com> --- src/building/suggested.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/building/suggested.md b/src/building/suggested.md index bc4779db9..4221a90e0 100644 --- a/src/building/suggested.md +++ b/src/building/suggested.md @@ -163,6 +163,8 @@ Steps for this can be [found here][r-a nvim lsp]. 2. Run `./x setup editor`, and select `vscode` to create a `.vscode/settings.json` file. `neoconf` is able to read and update rust-analyzer settings automatically when the project is opened when this file is detected. + Neovim does not expand VS Code's `${workspaceFolder}` variable, so replace each occurrence + in the generated file with the absolute path to your rust repository. #### coc.nvim