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...
|
# Linters, formatters, etc...
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
|
# C/C++
|
||||||
|
clang-tools
|
||||||
|
|
||||||
# Nix
|
# Nix
|
||||||
nixpkgs-fmt
|
nixpkgs-fmt
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue