From 755a38368c35b7e2646a97c5a8fecb12a5c1ba52 Mon Sep 17 00:00:00 2001 From: rootiest Date: Sat, 8 Feb 2025 20:18:29 -0500 Subject: [PATCH] add code-companion dependencies table --- lua/data/deps.lua | 5 +++++ 1 file changed, 5 insertions(+) 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 = {