mirror of
https://github.com/nix-community/nixvim.git
synced 2026-09-24 23:39:45 -05:00
plugins/lsp/nixd: remove pre-formatted string default
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user