Update aider shortcut
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
require('helpers').edit_cf('pa', '/lua/plugins/codecompanion.lua')
|
||||
|
||||
vim.cmd [[cab cc CodeCompanion]]
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user