diff --git a/lua/plugins/ai.lua b/lua/plugins/ai.lua new file mode 100644 index 0000000..c239e78 --- /dev/null +++ b/lua/plugins/ai.lua @@ -0,0 +1,12 @@ +return { + { + "olimorris/codecompanion.nvim", + dependencies = { + "nvim-lua/plenary.nvim", + "nvim-treesitter/nvim-treesitter", + }, + config = function() + require("codecompanion").setup({}) + end, + }, +}