Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/building/suggested.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading