This commit is contained in:
Zelong Kuang
2025-10-17 20:03:30 +11:00
parent 68da8f5a24
commit 8c11269da8
20 changed files with 131 additions and 211 deletions

View File

@@ -1,16 +1,16 @@
return {
{
"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" } },
},
-- {
-- "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" } },
-- },
}