add code-companion dependencies table

This commit is contained in:
2025-02-08 20:18:29 -05:00
parent d86a07a4a0
commit 755a38368c
+5
View File
@@ -19,6 +19,11 @@ M.chatgpt = {
'nvim-telescope/telescope.nvim',
}
M.codecompanion = {
'nvim-lua/plenary.nvim',
'nvim-treesitter/nvim-treesitter',
}
--- nvim-cmp dependencies
---@return table The nvim-cmp dependencies
M.cmp = {