aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Lingelbach <m.j.lbach@gmail.com>2021-04-10 16:54:56 -0700
committerGitHub <noreply@github.com>2021-04-10 16:54:56 -0700
commit2e156a3b7d7e25e56b03683cc6228c531f4c91ef (patch)
treef01499bb9974955dba2a3ead4cee53f60daaf674
parent062c64e24c3f51c94b4808387af1197ce34b45b8 (diff)
parentf695457f815544d0dc16469569c70556e3165bb6 (diff)
downloadrneovim-2e156a3b7d7e25e56b03683cc6228c531f4c91ef.tar.gz
rneovim-2e156a3b7d7e25e56b03683cc6228c531f4c91ef.tar.bz2
rneovim-2e156a3b7d7e25e56b03683cc6228c531f4c91ef.zip
Merge pull request #14340 from mjlbach/fix_clangd_nix
contrib: add clang-tools to nix flake
-rw-r--r--contrib/flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/flake.nix b/contrib/flake.nix
index c86bba6809..e75ff0356b 100644
--- a/contrib/flake.nix
+++ b/contrib/flake.nix
@@ -72,6 +72,7 @@
jq # jq for scripts/vim-patch.sh -r
shellcheck # for `make shlint`
doxygen # for script/gen_vimdoc.py
+ clang-tools # for clangd to find the correct headers
]);
shellHook = oa.shellHook + ''