diff --git a/lua/data/deps.lua b/lua/data/deps.lua index 9e1f889..49f3261 100644 --- a/lua/data/deps.lua +++ b/lua/data/deps.lua @@ -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 = {