20 lines
284 B
Lua
20 lines
284 B
Lua
return {
|
|
{
|
|
"github/copilot.vim",
|
|
enabled = false,
|
|
},
|
|
{
|
|
"olimorris/codecompanion.nvim",
|
|
enabled = false,
|
|
dependencies = {
|
|
"nvim-lua/plenary.nvim",
|
|
"nvim-treesitter/nvim-treesitter",
|
|
},
|
|
opts = {
|
|
opts = {
|
|
log_level = "DEBUG", -- or "TRACE"
|
|
},
|
|
},
|
|
},
|
|
}
|