From 6f9e1a81d0e30c4cd4a6e3c6404b114f2a00fcc9 Mon Sep 17 00:00:00 2001 From: Ben Puryear <54869170+Ben10164@users.noreply.github.com> Date: Wed, 22 May 2024 18:13:49 -0700 Subject: [PATCH] Added nvim-neotest --- lua/lazyvim/plugins/extras/lang/r.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/lua/lazyvim/plugins/extras/lang/r.lua b/lua/lazyvim/plugins/extras/lang/r.lua index a8d8fadf..de715195 100644 --- a/lua/lazyvim/plugins/extras/lang/r.lua +++ b/lua/lazyvim/plugins/extras/lang/r.lua @@ -137,5 +137,17 @@ return { }, }, }, + { + "nvim-neotest/neotest", + optional = true, + dependencies = { + "shunsambongi/neotest-testthat", + }, + opts = { + adapters = { + ["neotest-testthat"] = {}, + }, + }, + }, }