Update aider shortcut

This commit is contained in:
2025-06-26 16:46:04 +01:00
parent ed1f52af11
commit 379f2acd55
2 changed files with 2 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
require('helpers').edit_cf('pa', '/lua/plugins/aider.lua')
return { return {
'GeorgesAlkhouri/nvim-aider', 'GeorgesAlkhouri/nvim-aider',
cmd = 'Aider', cmd = 'Aider',
@@ -40,7 +42,6 @@ return {
aider_cmd = 'aider', aider_cmd = 'aider',
args = { args = {
'--config=$HOME/.config/aider/aider.yaml', '--config=$HOME/.config/aider/aider.yaml',
'--no-auto-commits',
'--env-file=$(pwd)/.aider.env', '--env-file=$(pwd)/.aider.env',
}, },
auto_reload = true, auto_reload = true,

View File

@@ -1,5 +1,3 @@
require('helpers').edit_cf('pa', '/lua/plugins/codecompanion.lua')
vim.cmd [[cab cc CodeCompanion]] vim.cmd [[cab cc CodeCompanion]]
return { return {