diff --git a/lua/plugins/neotest.lua b/lua/plugins/neotest.lua new file mode 100644 index 0000000..542d2df --- /dev/null +++ b/lua/plugins/neotest.lua @@ -0,0 +1,7 @@ +return { + { "marilari88/neotest-vitest" }, + { + "nvim-neotest/neotest", + opts = { adapters = { "neotest-vitest" } }, + }, +}