Added nvim-neotest

This commit is contained in:
Ben Puryear 2024-05-22 18:13:49 -07:00
parent e8a8d50128
commit 6f9e1a81d0

View file

@ -137,5 +137,17 @@ return {
},
},
},
{
"nvim-neotest/neotest",
optional = true,
dependencies = {
"shunsambongi/neotest-testthat",
},
opts = {
adapters = {
["neotest-testthat"] = {},
},
},
},
}