Skip to content

justinhj/chatty-ai.nvim

Repository files navigation

chatty-ai.nvim

     _         _   _                 _ 
  __| |_  __ _| |_| |_ _  _     __ _(_)
 / _| ' \/ _` |  _|  _| || |   / _` | |
 \__|_||_\__,_|\__|\__|\_, |   \__,_|_|
                       |__/

What?

Why?

How?

Features

Required dependencies

Lua dependencies

OS dependencies

Installation

Use your package manager to add the dependencies and the plugin.

Plug 'nvim-lua/plenary.nvim'
Plug 'justinhj/chatty-ai.nvim'
use { 'justinhj/chatty-ai.nvim', requires = {{'nvim-lua/plenary.nvim'}} }
todo

Configuration

Diagnostics and debugging

If something breaks you should see a standard Vim error telling you what the problem is. There is some info logging you will find wherever your Neovim cache is :h stdpath.

For more than just info,warn and error logging you can enable debug logs which show a more verbose behaviour of the plugin using the following command to launch nvim.

DEBUG_PLENARY=true nvim

Inspired by TODO

References

Claude AI

Open AI completinos

https://platform.openai.com/docs/guides/text-generation?lang=curl

License and Copyright

  • Copyright (c) 2025 Justin Heyes-Jones
  • See the file LICENSE for copying permission.

About

LLM based code assistance in Neovim

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages