diff --git a/lua/pika/plugins/avante-ai.lua b/lua/pika/plugins/ai.lua similarity index 92% rename from lua/pika/plugins/avante-ai.lua rename to lua/pika/plugins/ai.lua index 682a95f..acc498e 100644 --- a/lua/pika/plugins/avante-ai.lua +++ b/lua/pika/plugins/ai.lua @@ -1,4 +1,5 @@ return { +{ "yetone/avante.nvim", event = "VeryLazy", version = false, -- Set this to "*" to always pull the latest release version, or set it to false to update to the latest code changes. @@ -56,4 +57,13 @@ return { ft = { "markdown", "Avante" }, }, }, +}, +{ + "olimorris/codecompanion.nvim", + config = true, + dependencies = { + "nvim-lua/plenary.nvim", + "nvim-treesitter/nvim-treesitter", + }, +}, } diff --git a/lua/pika/plugins/lsp/blink-cmp.lua b/lua/pika/plugins/lsp/blink-cmp.lua index be08b5e..a7f5ea4 100644 --- a/lua/pika/plugins/lsp/blink-cmp.lua +++ b/lua/pika/plugins/lsp/blink-cmp.lua @@ -1,4 +1,4 @@ --- if true then return {} end +if true then return {} end -- WARNING: If this line is true, then the plugin will NOT get sourced! -- NOTE: Has to be commented out if blink should be used diff --git a/lua/pika/plugins/lsp/nvim-cmp.lua b/lua/pika/plugins/lsp/nvim-cmp.lua index 0149837..c8f0e5d 100644 --- a/lua/pika/plugins/lsp/nvim-cmp.lua +++ b/lua/pika/plugins/lsp/nvim-cmp.lua @@ -1,6 +1,6 @@ -if true then - return {} -end +-- if true then +-- return {} +-- end -- WARNING: If this line is true, then the plugin will NOT get sourced! -- NOTE: Has to be commented out if blink should be used