From c50cceaa4aef2f62e74db18d27be560bd76a852a Mon Sep 17 00:00:00 2001 From: Alexander Courtis Date: Sun, 31 Dec 2023 17:30:00 +1100 Subject: [PATCH] ci: dummy help failure --- lua/nvim-tree.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/nvim-tree.lua b/lua/nvim-tree.lua index 8c0fb227..f96b33db 100644 --- a/lua/nvim-tree.lua +++ b/lua/nvim-tree.lua @@ -567,6 +567,7 @@ local DEFAULT_OPTS = { -- BEGIN_DEFAULT_OPTS notify = { threshold = vim.log.levels.INFO, absolute_path = true, + absolute_path1 = true, }, help = { sort_by = "key",