From 13e5bf790af7965b81b2af8d2dc60dc02aaf1a3b Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Wed, 7 May 2025 23:56:21 -0400 Subject: [PATCH] add vitest --- lua/plugins/neotest.lua | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lua/plugins/neotest.lua 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" } }, + }, +}