Set nvim-tree loglevel to WARN
This commit is contained in:
@@ -58,6 +58,10 @@ require("nvim-tree").setup({
|
|||||||
filters = {
|
filters = {
|
||||||
custom = { "^\\.git$", },
|
custom = { "^\\.git$", },
|
||||||
},
|
},
|
||||||
|
notify = {
|
||||||
|
threshold = vim.log.levels.WARN,
|
||||||
|
absolute_path = false,
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
local opts = { remap = false, silent = true, }
|
local opts = { remap = false, silent = true, }
|
||||||
|
|||||||
Reference in New Issue
Block a user