11 lines
227 B
Lua
11 lines
227 B
Lua
require('helpers').edit_cf('pa', '/lua/plugins/avante.lua')
|
|
|
|
return {
|
|
'olimorris/codecompanion.nvim',
|
|
opts = {},
|
|
dependencies = {
|
|
'nvim-lua/plenary.nvim',
|
|
'nvim-treesitter/nvim-treesitter',
|
|
},
|
|
}
|