We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c37a31 commit b75ec4dCopy full SHA for b75ec4d
lua/nvim-tree/explorer/watch.lua
@@ -43,7 +43,6 @@ local function is_folder_ignored(path)
43
end
44
45
if type(M.config.filesystem_watchers.ignore_dirs) == "table" then
46
- print(vim.inspect(M.config.filesystem_watchers.ignore_dirs))
47
for _, ignore_dir in ipairs(M.config.filesystem_watchers.ignore_dirs) do
48
if utils.is_windows or true then
49
ignore_dir = ignore_dir:gsub("/", "\\\\") or ignore_dir
0 commit comments