Comment out vectorcode
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user