Closed MathiasSM closed 3 months ago
vim.notify
is also found in other places throughout the code and should be replaced. The correct replacement would be:
local lib = require("neotest.lib")
--
lib.notify("foo")
PS: I don't get any errors using version 0.10.0 or with the nightly version either, but it might be due to some plugin acting up.
PS: I don't get any errors using version 0.10.0 or with the nightly version either, but it might be due to some plugin acting up.
You probably use your own notify plugin and override the default vim.notify (thus no call to nvim_echo), which solved the issue for me :-D
Using nvim 0.10, I'm getting
Pointing to this vim.notify call. I'm assuming it's safe to change for a log.error.