mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
Updated install to reference MattFlower's VSCode plugin #68
This commit is contained in:
parent
ef8ced4cac
commit
b26a4aa5d2
1 changed files with 8 additions and 6 deletions
|
@ -75,19 +75,21 @@ Installing PortAudio is completely optional, but can usually be accomplished lik
|
||||||
|
|
||||||
## Add aider to your editor (optional)
|
## Add aider to your editor (optional)
|
||||||
|
|
||||||
[joshuavial](https://github.com/joshuavial) has been working on editor integrations.
|
|
||||||
|
|
||||||
### NeoVim
|
### NeoVim
|
||||||
|
|
||||||
He provided a NeoVim plugin for aider:
|
[joshuavial](https://github.com/joshuavial) provided a NeoVim plugin for aider:
|
||||||
|
|
||||||
[https://github.com/joshuavial/aider.nvim](https://github.com/joshuavial/aider.nvim)
|
[https://github.com/joshuavial/aider.nvim](https://github.com/joshuavial/aider.nvim)
|
||||||
|
|
||||||
### VS Code
|
### VS Code
|
||||||
|
|
||||||
He also confirmed that aider works inside a VS Code terminal window, but
|
joshuavial also confirmed that aider works inside a VS Code terminal window.
|
||||||
found that you should
|
Aider detects if it is running inside VSCode and turns off pretty/color output,
|
||||||
[run with `--no-pretty` to avoid flickering issues](https://github.com/paul-gauthier/aider/issues/68#issuecomment-1634985231).
|
since the VSCode terminal doesn't seem to support it well.
|
||||||
|
|
||||||
|
[MattFlower](https://github.com/MattFlower) provided a VSCode plugin for aider:
|
||||||
|
|
||||||
|
[https://marketplace.visualstudio.com/items?itemName=MattFlower.aider](https://marketplace.visualstudio.com/items?itemName=MattFlower.aider)
|
||||||
|
|
||||||
### Other editors
|
### Other editors
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue