Skip to content

Commit

Permalink
Merge pull request #10296 from picnoir/pic/doc-lsp
Browse files Browse the repository at this point in the history
Doc: explicitly specify which shell to use to get clangd
  • Loading branch information
thufschmitt authored Mar 23, 2024
2 parents 4ec2a7d + cc29d85 commit 38ba96d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual/src/contributing/hacking.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ To use the LSP with your editor, you first need to [set up `clangd`](https://cla
make compile_commands.json
```

Configure your editor to use the `clangd` from the shell, either by running it inside the development shell, or by using [nix-direnv](https://github.com/nix-community/nix-direnv) and [the appropriate editor plugin](https://github.com/direnv/direnv/wiki#editor-integration).
Configure your editor to use the `clangd` from the `.#native-clangStdenvPackages` shell. You can do that either by running it inside the development shell, or by using [nix-direnv](https://github.com/nix-community/nix-direnv) and [the appropriate editor plugin](https://github.com/direnv/direnv/wiki#editor-integration).

> **Note**
>
Expand Down

0 comments on commit 38ba96d

Please sign in to comment.