mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Adding required nvim-nio to neotest in test-core
neotest now requires nvim-neotest/nvim-nio to be installed as per BREAKING CHANGE: https://github.com/nvim-neotest/neotest/pull/337
This commit is contained in:
parent
e1d39b624f
commit
4afc5140fb
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ return {
|
|||
},
|
||||
{
|
||||
"nvim-neotest/neotest",
|
||||
dependencies = { "nvim-neotest/nvim-nio" },
|
||||
opts = {
|
||||
-- Can be a list of adapters like what neotest expects,
|
||||
-- or a list of adapter names,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue