Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-24 | r/839 chore(3p/nix): Enable cross-file-rename in clangd | Vincent Ambo | 1 | -1/+1 | |
2020-05-22 | r/816 feat(3p/nix): Add a derivation to launch clangd | Vincent Ambo | 1 | -0/+30 | |
This wrapper derivation (which assumes that the depot is available at ~/depot) can be used to actually get clangd working with //third_party/nix. In my setup I can launch this with M-x eglot, followed by env CLANGD_FLAGS='--compile-commands-dir=/home/tazjin/projects/nix-build' nix-shell -A third_party.nix --run 'nix-clangd' /home/tazjin/depot |