This commit is contained in:
Ughur Alakbarov 2024-09-15 12:18:13 +02:00 committed by GitHub
parent 61be7a6eed
commit 57219622b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,7 @@ with lib;
formatting = { formatting = {
command = helpers.defaultNullOpts.mkListOf types.str [ "nixpkgs-fmt" ] '' command = helpers.defaultNullOpts.mkListOf types.str [ "nixpkgs-fmt" ] ''
Which command you would like to do formatting. Which command you would like to do formatting.
Explicitly set to `["nixpkgs-fmt"]` will automatically add `pkgs.nixpkgs-fmt` to the nixvim Explicitly setting to `["nixpkgs-fmt"]` will automatically add `pkgs.nixpkgs-fmt` to the nixvim
environment. environment.
''; '';
}; };