A question regarding nvim-neotest in LazyVim:
I’m really liking neotest, but I can’t seem to get “Run All Test Files” working (mapped to require("neotest").run.run(vim.loop.cwd() by default in LazyVim). It seems to run all tests from the root, which also includes stuff in /deps and _build, which doens’t work. My fix is to explicitly pass "test" as the root folder into the run command. But maybe I’m missing something obvious here. Does triggering this keymapping fail in every elixir project right now?






















