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 080d08bb13
commit 62f93a852a

View file

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