about summary refs log tree commit diff
path: root/third_party/nix/clangd.nix (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-05-24 r/839 chore(3p/nix): Enable cross-file-rename in clangdVincent Ambo1-1/+1
2020-05-22 r/816 feat(3p/nix): Add a derivation to launch clangdVincent Ambo1-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