plugins.fidget.settings.logger.float_precision

Limit the number of decimals displayed in floating point numbers.

Type: null or integer or floating point number between 0.0 and 1.0 (both inclusive) or raw lua code

Default: null

Plugin default: 0.01

Declared by:

plugins.fidget.settings.logger.level

Minimum logging level.

Type: null or unsigned integer, meaning >=0, or one of “off”, “error”, “warn”, “info”, “debug”, “trace”

Default: null

Plugin default: "warn"

Declared by:

plugins.fidget.settings.logger.max_size

Maximum log size file, in KB.

Type: null or signed integer or floating point number or value false (singular enum) or raw lua code

Default: null

Plugin default: 10000

Declared by:

plugins.fidget.settings.logger.path

Where fidget writes its log file.

Using vim.fn.stdpath("cache"), the default path usually ends up at ~/.cache/nvim/fidget.nvim.log.

Type: null or string or raw lua code

Default: null

Plugin default: lib.nixvim.mkRaw "string.format(\"%s/fidget.nvim.log\", vim.fn.stdpath(\"cache\"))"

Declared by: