We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51bcd4b commit 25f37c5Copy full SHA for 25f37c5
doc/nvim-tree-lua.txt
@@ -1048,6 +1048,11 @@ Configuration for notification.
1048
Specify minimum notification level, uses the values from |vim.log.levels|
1049
Type: `enum`, Default: `vim.log.levels.INFO`
1050
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
+
1056
==============================================================================
1057
4.1 VINEGAR STYLE *nvim-tree-vinegar*
1058
0 commit comments