mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 11:25:33 +00:00
contrib: add clang-tools to nix flake
This commit is contained in:
@@ -72,6 +72,7 @@
|
|||||||
jq # jq for scripts/vim-patch.sh -r
|
jq # jq for scripts/vim-patch.sh -r
|
||||||
shellcheck # for `make shlint`
|
shellcheck # for `make shlint`
|
||||||
doxygen # for script/gen_vimdoc.py
|
doxygen # for script/gen_vimdoc.py
|
||||||
|
clang-tools # for clangd to find the correct headers
|
||||||
]);
|
]);
|
||||||
|
|
||||||
shellHook = oa.shellHook + ''
|
shellHook = oa.shellHook + ''
|
||||||
|
|||||||
Reference in New Issue
Block a user