2023-05-20 10:16:24 +01:00
|
|
|
return {
|
|
|
|
"nvim-neotest/neotest",
|
2023-05-31 16:47:30 +01:00
|
|
|
cond = not vim.g.vscode,
|
2023-05-20 10:16:24 +01:00
|
|
|
lazy = true,
|
|
|
|
dependencies = {
|
|
|
|
"nvim-lua/plenary.nvim",
|
|
|
|
"nvim-treesitter/nvim-treesitter",
|
|
|
|
-- "antoinemadec/FixCursorHold.nvim",
|
|
|
|
"nvim-neotest/neotest-python",
|
|
|
|
},
|
|
|
|
config = true,
|
|
|
|
opts = function() return { adapters = { require "neotest-python" } } end,
|
|
|
|
}
|