Skip to content

namnd/xai.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

xai.nvim

A Neovim plugin for integrating xAI-powered chat and code analysis directly into your Neovim. This plugin provides AI-assisted features like chat conversations, codebase analysis, and history management. It uses an external xai command-line tool for AI interactions.

Demo

Watch video

Installation

Using native package management in neovim v0.12

vim.pack.add({
	"https://github.com/namnd/xai.nvim",
})

Usage

  • :XaiChat - Open a new chat window.
  • :XaiAnalyze [files] - Analyze files or the current directory (e.g., :XaiChatAnalyze lua/xai.lua).
  • :XaiHistory - View and resume chat history.
  • In chat mode, press <Shift-CR> to submit messages.

Dependencies

Configuration

No setup required

License

MIT

Credits

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages