feat(dap): add integration with Neotest for various languages

This commit is contained in:
2024-08-28 06:37:44 -04:00
parent 15c5832d79
commit b6445deed3
+27
View File
@@ -8,4 +8,31 @@ return {
{ -- DAP Neovim Lua Adapter
import = "lazyvim.plugins.extras.dap.nlua",
},
{ -- NeoTest
import = "lazyvim.plugins.extras.test.core",
},
{ "nvim-neotest/neotest-plenary" },
{
"nvim-neotest/neotest",
opts = {
adapters = {
"neotest-plenary",
"neotest-python",
"neotest-vim-test",
"neotest-minitest",
"neotest-bash",
},
},
dependencies = {
"nvim-neotest/nvim-nio",
"nvim-lua/plenary.nvim",
"zidhuss/neotest-minitest",
"rcasia/neotest-bash",
"antoinemadec/FixCursorHold.nvim",
"nvim-treesitter/nvim-treesitter",
},
},
{ -- Profiling
"stevearc/profile.nvim",
},
}