diff --git a/HISTORY.md b/HISTORY.md index 4246d06bf..60d4c1892 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,6 +3,8 @@ ### Next release - Support for the OpenAI models in [Azure](https://aider.chat/docs/faq.html#azure) +- Added `--show-repo-map` +- Redacted api key from `--verbose` output ### v0.8.3 diff --git a/docs/install.md b/docs/install.md index 9ac4c039d..93a429877 100644 --- a/docs/install.md +++ b/docs/install.md @@ -92,9 +92,21 @@ Exuberant Ctags 5.8, Copyright (C) 1996-2009 Darren Hiebert ## Add aider to your editor (optional) -[joshuavial](https://github.com/joshuavial) has provided a NeoVim plugin for aider: +[joshuavial](https://github.com/joshuavial) has been working on editor integrations. -* [https://github.com/joshuavial/aider.nvim](https://github.com/joshuavial/aider.nvim) +### NeoVim + +He provided a NeoVim plugin for aider: + +[https://github.com/joshuavial/aider.nvim](https://github.com/joshuavial/aider.nvim) + +### VS Code + +He also confirmed that aider works inside a VS Code terminal window, but +found that you should +[run with `--no-pretty` to avoid flickering issues](https://github.com/paul-gauthier/aider/issues/68#issuecomment-1634985231). + +### Other editors If you are interested in creating an aider plugin for your favorite editor, please let me know by opening a