plugins.fidget.logger.floatPrecision
Limit the number of decimals displayed for floats.
Plugin default: 0.01
Type: null or integer or floating point number between 0.0 and 1.0 (both inclusive)
Default:
null
Declared by:
plugins.fidget.logger.level
Minimum logging level
Type: null or unsigned integer, meaning >=0, or one of “off”, “error”, “warn”, “info”, “debug”, “trace”
Default:
"warn"
Declared by:
plugins.fidget.logger.path
Where Fidget writes its logs to.
Using {__raw = "vim.fn.stdpath('cache')";}
, the default path usually ends up at
~/.cache/nvim/fidget.nvim.log
.
Plugin default: {__raw = "string.format('%s/fidget.nvim.log', vim.fn.stdpath('cache'))";}
Type: null or string or raw lua code
Default:
null
Declared by: