plugins/lsp/nixd: remove pre-formatted string default

This commit is contained in:
Matt Sturgeon 2024-06-11 03:13:55 +01:00
parent de9b81c7e7
commit 893b28779d
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299

View file

@ -5,7 +5,7 @@
with lib;
{
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.
Explicitly set to `["nixpkgs-fmt"]` will automatically add `pkgs.nixpkgs-fmt` to the nixvim
environment.