mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 01:08:43 +02:00
plugins/lsp/nixd: remove pre-formatted string default
This commit is contained in:
parent
de9b81c7e7
commit
893b28779d
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
with lib;
|
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 set 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