mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(test): add missing neotest dependencies
This commit is contained in:
parent
a72a84972d
commit
89cb18a511
1 changed files with 5 additions and 0 deletions
|
|
@ -10,6 +10,11 @@ return {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"nvim-neotest/neotest",
|
"nvim-neotest/neotest",
|
||||||
|
dependencies = {
|
||||||
|
"nvim-lua/plenary.nvim",
|
||||||
|
"nvim-treesitter/nvim-treesitter",
|
||||||
|
"antoinemadec/FixCursorHold.nvim",
|
||||||
|
},
|
||||||
opts = {
|
opts = {
|
||||||
-- Can be a list of adapters like what neotest expects,
|
-- Can be a list of adapters like what neotest expects,
|
||||||
-- or a list of adapter names,
|
-- or a list of adapter names,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue