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

This commit is contained in:
Matt Sturgeon
2024-06-11 09:22:58 +01:00
parent de9b81c7e7
commit 893b28779d
@@ -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.