diff --git a/lua/plugins/config/tree.lua b/lua/plugins/config/tree.lua index aa3a4d0..99b7d5d 100644 --- a/lua/plugins/config/tree.lua +++ b/lua/plugins/config/tree.lua @@ -58,6 +58,10 @@ require("nvim-tree").setup({ filters = { custom = { "^\\.git$", }, }, + notify = { + threshold = vim.log.levels.WARN, + absolute_path = false, + }, }) local opts = { remap = false, silent = true, }