plugins.nvim-tree.notify.threshold
Specify minimum notification level, uses the values from |vim.log.levels|
error
: hard errors e.g. failure to read from the file system.warning
: non-fatal errors e.g. unable to system open a file.info:
information only e.g. file copy path confirmation.debug:
not used.
Type: null or unsigned integer, meaning >=0, or one of “off”, “error”, “warn”, “info”, “debug”, “trace”
Default:
null
Plugin default: "info"
Declared by: