diff options
author | Michael Lingelbach <m.j.lbach@gmail.com> | 2021-04-10 16:54:56 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-10 16:54:56 -0700 |
commit | 2e156a3b7d7e25e56b03683cc6228c531f4c91ef (patch) | |
tree | f01499bb9974955dba2a3ead4cee53f60daaf674 | |
parent | 062c64e24c3f51c94b4808387af1197ce34b45b8 (diff) | |
parent | f695457f815544d0dc16469569c70556e3165bb6 (diff) | |
download | rneovim-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.nix | 1 |
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 + '' |