Skip to content

Commit 2e156a3

Browse files
authored
Merge pull request neovim#14340 from mjlbach/fix_clangd_nix
contrib: add clang-tools to nix flake
2 parents 062c64e + f695457 commit 2e156a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
jq # jq for scripts/vim-patch.sh -r
7373
shellcheck # for `make shlint`
7474
doxygen # for script/gen_vimdoc.py
75+
clang-tools # for clangd to find the correct headers
7576
]);
7677

7778
shellHook = oa.shellHook + ''

0 commit comments

Comments
 (0)