feat(notify): switch all print/nvim_*write statements to utils.notify
This commit is contained in:
@@ -56,7 +56,7 @@ function M.setup(opts)
|
||||
if M.config.truncate then
|
||||
os.remove(M.path)
|
||||
end
|
||||
print("nvim-tree.lua logging to " .. M.path)
|
||||
require("nvim-tree.utils").notify.debug("nvim-tree.lua logging to " .. M.path)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user