Set nvim-tree loglevel to WARN

This commit is contained in:
2023-09-13 16:09:49 +02:00
parent 34b62c77da
commit 29d86de085
+4
View File
@@ -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, }