About Installation
Installing Augment for Vim and Neovim is easy and will take you less than a minute. You can install the extension manually or you can use your favorite plugin manager.Prerequisites
Augment for Vim and Neovim requires a compatible version of Vim or Neovim, and Node.js:| Dependency | Minimum version |
|---|---|
| Vim | 9.1.0 |
| Neovim | 0.10.0 |
| Node.js | 22.0.0 |
1. Install the extension
- Neovim
- Vim
Manual Installation
Using Lazy.nvim
Add the following to yourinit.lua file, then run :Lazy sync in Neovim. See more details about using Lazy.nvim on GitHub.2. Configure your workspace context
Add your project root to your workspace context by settingg:augment_workspace_folders in your .vimrc or init.lua file before the plugin is loaded. For example: