mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 08:53:33 +02:00
fix(rust): make neotest optional
This commit is contained in:
parent
0567b37f61
commit
547dc76a12
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@ return {
|
||||||
|
|
||||||
{
|
{
|
||||||
"nvim-neotest/neotest",
|
"nvim-neotest/neotest",
|
||||||
|
optional = true,
|
||||||
opts = {
|
opts = {
|
||||||
adapters = {
|
adapters = {
|
||||||
["rustaceanvim.neotest"] = {},
|
["rustaceanvim.neotest"] = {},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue