Skip to content

Commit 25f37c5

Browse files
committed
feat: configurable notification level: add threshold example doc
1 parent 51bcd4b commit 25f37c5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/nvim-tree-lua.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1048,6 +1048,11 @@ Configuration for notification.
10481048
Specify minimum notification level, uses the values from |vim.log.levels|
10491049
Type: `enum`, Default: `vim.log.levels.INFO`
10501050

1051+
`ERROR`: hard errors e.g. failure to read from the file system.
1052+
`WARNING`: non-fatal errors e.g. unable to system open a file.
1053+
`INFO:` information only e.g. file copy path confirmation.
1054+
`DEBUG:` not used.
1055+
10511056
==============================================================================
10521057
4.1 VINEGAR STYLE *nvim-tree-vinegar*
10531058

0 commit comments

Comments
 (0)