Tech News
← Back to articles

Amazonq.nvim: Official AWS AI Assistant Plugin for Neovim

read original related products more articles

Neovim plugin for Amazon Q Developer

This plugin integrates Amazon Q Developer with Neovim, providing Chat functionality, Inline Code Suggestions, and other Amazon Q capabilities. After installation, authenticate through IAM Identity Center or AWS Builder ID. You can use Amazon Q for free without an AWS account by authenticating with Builder ID.

Requirements

NodeJS >=18

Neovim >=0.10.4

Quick Start

Install the plugin using your preferred method (see Installation Options) Configure the plugin in your Neovim config: require ( ' amazonq ' ). setup ({ ssoStartUrl = ' https://view.awsapps.com/start ' , -- Authenticate with Amazon Q Free Tier }) Run :AmazonQ from any file to start using the plugin

Installation Options

Minimal Manual Installation

To install and use the plugin, you only need to clone this repo and add in to Neovim runtimepath location:

... continue reading