joshuavial / aider.nvim

MIT License
208 stars 19 forks source link

ability to run aider single prompt worker #2

Open joshuavial opened 1 year ago

joshuavial commented 1 year ago

make some convenience functions that will let a user run aider behind the scenes without firing up a split

  1. make todo comments in code
  2. fire background worker - shows prompt for directions or uses a generic one of 'complete todos in the code', send open buffers as context
  3. show visual queue it is running
  4. display output in notification

let user easily register a backgroud worker with different aider params

thiswillbeyourgithub commented 5 months ago

Maybe it would help to borrow some code from https://github.com/jackMort/ChatGPT.nvim