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:
parent
080d08bb13
commit
62f93a852a
|
@ -80,6 +80,9 @@ in
|
|||
|
||||
# Linters, formatters, etc...
|
||||
extraPackages = with pkgs; [
|
||||
# C/C++
|
||||
clang-tools
|
||||
|
||||
# Nix
|
||||
nixpkgs-fmt
|
||||
|
||||
|
|
Loading…
Reference in a new issue