11 lines
412 B
Lua
11 lines
412 B
Lua
return {
|
|
"olimorris/codecompanion.nvim",
|
|
dependencies = {
|
|
"nvim-lua/plenary.nvim",
|
|
"nvim-treesitter/nvim-treesitter",
|
|
"hrsh7th/nvim-cmp", -- Optional: For using slash commands and variables in the chat buffer
|
|
"nvim-telescope/telescope.nvim", -- Optional: For using slash commands
|
|
{ "stevearc/dressing.nvim", opts = {} }, -- Optional: Improves the default Neovim UI
|
|
},
|
|
config = true
|
|
}
|