plugins.zig.settings

The configuration options for zig without the zig_ prefix.

Example: To set zig_foo_bar to 1, write

  settings = {
    foo_bar = true;
  };

Type: attribute set of anything

Default: { }

Example:

{
  fmt_autosave = false;
}

Declared by:

plugins.zig.settings.fmt_autosave

This plugin enables automatic code formatting on save by default using zig fmt. To disable it, you can set this option to false.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by: