diff --git a/lua/plugins/neotest.lua b/lua/plugins/neotest.lua new file mode 100644 index 0000000..818f60d --- /dev/null +++ b/lua/plugins/neotest.lua @@ -0,0 +1,13 @@ +return { + { + "nvim-neotest/neotest", + optional = true, + opts = { + adapters = { + ["neotest-golang"] = { + warn_test_name_dupes = false, + }, + }, + }, + }, +}