home: vim: add 'clang-tools' to vim package

It includes both `clangd` and `clang-format`, even though I'm mostly
looking for the later.
This commit is contained in:
Bruno BELANYI 2022-03-04 12:54:50 +01:00
parent 03564813af
commit 997b98f49b

View file

@ -80,6 +80,9 @@ in
# Linters, formatters, etc...
extraPackages = with pkgs; [
# C/C++
clang-tools
# Nix
nixpkgs-fmt