1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200

augment.vim - engineering improved

version 0.20.0

by Augment Code

Developer AI for real work

Install augment.vim
About augment.vim
See it in action
Go to Docs
Go to GitHub
Join us on Discord
Free 30-day trial
Go to augmentcode.com

Install

Install with Neovim

Manual installation

git clone https://github.com/augmentcode/augment.vim.git ~/.config/nvim/pack/augment/start/augment.vim

Using Lazy.vim

Add the following to your init.lua file, then run :Lazy sync in Neovim. See more details about using Lazy.vim on GitHub.

require('lazy').setup({
  -- Your other plugins here
  'augmentcode/augment.vim',
})

Install with Vim

Manual installation

git clone https://github.com/augmentcode/augment.vim.git ~/.vim/pack/augment/start/augment.vim

Using Vim Plug

Add the following to your .vimrc file, then run :PlugInstall in Vim. See more details about using Vim Plug on GitHub.

call plug#begin()

  " Your other plugins here
  Plug 'augmentcode/augment.vim'

call plug#end()

Sync your project

Augment’s Context Engine provides the best suggestions when it has access to your project’s codebase and any related repositories.

Add your project root to your workspace context by setting g:augment_workspace_folders in your .vimrc or init.lua file in your vimrc or init.lua file before the plugin is loaded.

" Add to your .vimrc
let g:augment_workspace_folders = ['/path/to/project']

" Add to your init.lua
vim.g.augment_workspace_folders = {'/path/to/project'}

Sign in to Augment

Open Vim or Neovim and sign-in to Augment with the following command. If you don't have an account, you can sign-up for a free 30-day trial.

:Augment signin
░ Prerequisites
Vim 9.1.0+
Neovim 0.10.0+
Node 22.0.0+
░ Steps
1. Install plugin
2. Sync codebase
3. Sign in

About

Context Engine

Augment delivers real-time, deep understanding of your code to every completion and chat automatically. When your coding assistant knows your code, architecture, dependencies, style, and best practices you can stay in the flow and get more done.

Completions

Augment’s code completions give you autocomplete-like suggestions as you type. Completions are enable by default and you can use Tab to accept a suggestion.

Learn more about completions in vim

Chat

Get familiar with a codebase, debug an issue, or find answers that would typically require you to search documentation, interrupt teammates, or open a ticket. Dig deeper with follow-up questions or iterate on a solution, all without leaving your editor.

Learn more about chat in vim

Demo

Augment Vim Demo

EOF


  ██╗  ██╗     ██╗██╗  ██╗██╗         █████╗ ██╗
  ██║  ██║     ██║██║ ██╔╝██║        ██╔══██╗██║
  ███████║     ██║█████╔╝ ██║        ███████║██║
  ██╔══██║██   ██║██╔═██╗ ██║        ██╔══██║██║
  ██║  ██║╚█████╔╝██║  ██╗███████╗██╗██║  ██║██║
  ╚═╝  ╚═╝ ╚════╝ ╚═╝  ╚═╝╚══════╝╚═╝╚═╝  ╚═╝╚═╝

░ © 2025 Augment Code

augmentcode.com

Terms of Service | Privacy Policy

home