refactor: consolidate plugin dependencies into a central data source
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ return {
|
||||
},
|
||||
{ -- Minuet-AI
|
||||
"milanglacier/minuet-ai.nvim",
|
||||
dependencies = { { "nvim-lua/plenary.nvim" }, { "hrsh7th/nvim-cmp" } },
|
||||
dependencies = data.deps.minuet,
|
||||
config = function()
|
||||
require("minuet").setup({ provider = "openai" })
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user