From 0e62506b9e083ceace586d0946ecd5cc88c06b2a Mon Sep 17 00:00:00 2001 From: Alexander Courtis Date: Mon, 25 Aug 2025 13:19:39 +1000 Subject: [PATCH] update help default options, add index --- doc/nvim-tree-lua.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/nvim-tree-lua.txt b/doc/nvim-tree-lua.txt index 424f9b6d..f686a89d 100644 --- a/doc/nvim-tree-lua.txt +++ b/doc/nvim-tree-lua.txt @@ -545,6 +545,7 @@ Following is the default configuration. See |nvim-tree-opts| for details. >lua warning = "", error = "", }, + diagnostic_opts = false, }, modified = { enable = false, @@ -3179,6 +3180,7 @@ highlight group is not, hard linking as follows: > |nvim-tree.actions.use_system_clipboard| |nvim-tree.auto_reload_on_write| |nvim-tree.diagnostics.debounce_delay| +|nvim-tree.diagnostics.diagnostic_opts| |nvim-tree.diagnostics.enable| |nvim-tree.diagnostics.icons| |nvim-tree.diagnostics.severity|