Set nvim-tree loglevel to WARN
This commit is contained in:
@@ -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, }
|
||||
|
||||
Reference in New Issue
Block a user