Comment out vectorcode

This commit is contained in:
2025-06-20 22:16:56 +01:00
parent f090b1a43e
commit ed1f52af11
3 changed files with 24 additions and 38 deletions

View File

@@ -36,12 +36,12 @@ return {
},
},
config = function()
require('nvim_aider').setup({
require('nvim_aider').setup {
aider_cmd = 'aider',
args = {
'--config=$HOME/.config/aider/aider.yaml',
'--no-auto-commits',
'--env-file=$(pwd)/.aider.env'
'--env-file=$(pwd)/.aider.env',
},
auto_reload = true,
win = {
@@ -49,6 +49,6 @@ return {
style = 'nvim_aider',
position = 'bottom',
},
})
}
end,
}