From 1c284294bd31a8466c59a409e629d37c59cbc142 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Mon, 24 Jun 2024 17:05:54 +0000 Subject: [PATCH] deploy: 35c7327f81bcf9ff0358c37962838714636e0c92 --- options.html | 75 ++++++++++++++++++++++++++++++++++++++++++++++ release-notes.html | 2 +- 2 files changed, 76 insertions(+), 1 deletion(-) diff --git a/options.html b/options.html index e63f446..5fa4013 100644 --- a/options.html +++ b/options.html @@ -11241,6 +11241,81 @@ package

Default: <derivation lldb-17.0.6>

+

Declared by:

+ + +
+ +<nvf/modules/plugins/languages/rust.nix> + +
+ +
+ + vim.languages.rust.format.enable + + +
+
+

Whether to enable Rust formatting.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<nvf/modules/plugins/languages/rust.nix> + +
+
+
+ + vim.languages.rust.format.package + + +
+
+

Rust formatter package

+ +

Type: +package

+ +

Default: +<derivation rustfmt-1.78.0>

+ +

Declared by:

+ + +
+ +<nvf/modules/plugins/languages/rust.nix> + +
+
+
+ + vim.languages.rust.format.type + + +
+
+

Rust formatter to use

+ +

Type: +value “rustfmt” (singular enum)

+ +

Default: +"rustfmt"

+

Declared by:

diff --git a/release-notes.html b/release-notes.html index 4f70242..9c8f0f6 100644 --- a/release-notes.html +++ b/release-notes.html @@ -154,7 +154,7 @@ configuration.

  • Refactor pr formatter setups respectively. Diagnostics support is considered, and may be added once the credo linter has been added to nixpkgs. A pull request is currently open.

  • Remove vim-tidal and friends

  • Clean up Lualine module to reduce theme dependency on Catppuccin, and fixed -blending issues in component separators.

  • jacekpoz:

    diniamo:

    • Move the theme dag entry to before luaScript.

    +blending issues in component separators.

    jacekpoz:

    diniamo:

    • Move the theme dag entry to before luaScript.

    • Add rustfmt as the default formatter for Rust