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 |
git clone https://github.com/augmentcode/augment.vim.git ~/.config/nvim/pack/augment/start/augment.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',
})
git clone https://github.com/augmentcode/augment.vim.git ~/.vim/pack/augment/start/augment.vim
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()
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'}
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
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.
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 vimGet 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 vimEOF
██╗ ██╗ ██╗██╗ ██╗██╗ █████╗ ██╗ ██║ ██║ ██║██║ ██╔╝██║ ██╔══██╗██║ ███████║ ██║█████╔╝ ██║ ███████║██║ ██╔══██║██ ██║██╔═██╗ ██║ ██╔══██║██║ ██║ ██║╚█████╔╝██║ ██╗███████╗██╗██║ ██║██║ ╚═╝ ╚═╝ ╚════╝ ╚═╝ ╚═╝╚══════╝╚═╝╚═╝ ╚═╝╚═╝