Compare commits

..

1 Commits

Author SHA1 Message Date
379f2acd55 Update aider shortcut 2025-06-26 16:46:04 +01:00
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 {
'GeorgesAlkhouri/nvim-aider',
cmd = 'Aider',
@@ -40,7 +42,6 @@ return {
aider_cmd = 'aider',
args = {
'--config=$HOME/.config/aider/aider.yaml',
'--no-auto-commits',
'--env-file=$(pwd)/.aider.env',
},
auto_reload = true,

View File

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