2025-05-13 19:37:28 +10:00
|
|
|
return {
|
2025-10-17 20:03:30 +11:00
|
|
|
-- {
|
|
|
|
|
-- "kmontocam/nvim-conda",
|
|
|
|
|
-- ft = "python",
|
|
|
|
|
-- dependencies = { "nvim-lua/plenary.nvim" },
|
|
|
|
|
-- keys = {
|
|
|
|
|
-- { "<leader>cv", "<cmd>CondaActivate<cr>", desc = "Conda environment" },
|
|
|
|
|
-- },
|
|
|
|
|
-- },
|
|
|
|
|
-- {
|
|
|
|
|
-- "nvim-neotest/neotest",
|
|
|
|
|
-- ft = "python",
|
|
|
|
|
-- dependencies = { "nvim-neotest/neotest-python" },
|
|
|
|
|
-- opts = { adapters = { "neotest-python" } },
|
|
|
|
|
-- },
|
2025-05-13 19:37:28 +10:00
|
|
|
}
|