diff --git a/lua/plugins/neotest.lua b/lua/plugins/neotest.lua new file mode 100644 index 0000000..a54ec12 --- /dev/null +++ b/lua/plugins/neotest.lua @@ -0,0 +1,13 @@ +return { + { "nvim-neotest/neotest-plenary" }, + { "rcasia/neotest-java" }, + { + "nvim-neotest/neotest", + dependencies = { + "nvim-lua/plenary.nvim", + "antoinemadec/FixCursorHold.nvim", + "nvim-treesitter/nvim-treesitter", + }, + opts = { adapters = { "neotest-plenary", "neotest-java" } }, + }, +}