feat(dap): add integration with Neotest for various languages
This commit is contained in:
@@ -8,4 +8,31 @@ return {
|
|||||||
{ -- DAP Neovim Lua Adapter
|
{ -- DAP Neovim Lua Adapter
|
||||||
import = "lazyvim.plugins.extras.dap.nlua",
|
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",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user