We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9c5f7a commit d6c380aCopy full SHA for d6c380a
lua/astrocommunity/pack/python/init.lua
@@ -120,7 +120,7 @@ return {
120
{
121
"nvim-neotest/neotest",
122
optional = true,
123
- dependencies = { "nvim-neotest/neotest-python" },
+ dependencies = { "nvim-neotest/neotest-python", config = function() end },
124
opts = function(_, opts)
125
if not opts.adapters then opts.adapters = {} end
126
table.insert(opts.adapters, require "neotest-python"(require("astrocore").plugin_opts "neotest-python"))
0 commit comments