Update aider and projects

This commit is contained in:
2025-07-19 11:52:57 +01:00
parent ff00984c4e
commit ebb69274ba
2 changed files with 3 additions and 0 deletions

View File

@@ -43,6 +43,8 @@ return {
args = { args = {
'--config=$HOME/.config/aider/aider.yaml', '--config=$HOME/.config/aider/aider.yaml',
'--env-file=$(pwd)/.aider.env', '--env-file=$(pwd)/.aider.env',
'--watch',
'--architect'
}, },
auto_reload = true, auto_reload = true,
win = { win = {

View File

@@ -36,6 +36,7 @@ return {
dirs = function() dirs = function()
return { return {
vim.fn.expand '~/Code/Sites/runcats', vim.fn.expand '~/Code/Sites/runcats',
vim.fn.expand '~/Code/Sites/moovaza',
vim.fn.expand '~/Code/Sites/tuxtoolkit', vim.fn.expand '~/Code/Sites/tuxtoolkit',
vim.fn.expand '~/Code/Sites/chrisstarling', vim.fn.expand '~/Code/Sites/chrisstarling',
vim.fn.stdpath 'config', vim.fn.stdpath 'config',