mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
typo
This commit is contained in:
parent
61be7a6eed
commit
57219622b8
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue