Skip to content

Xuyuanp/neochat.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neochat.nvim

ChatGPT in neovim

preview

Please Be Cautious

This plugin is currently in its early developmental stages and is only suitable for my personal usage preferences. It is advisable that you are aware of the implications before attempting to utilize it. Additionally, I may not respond to any issues that may arise.

Prerequistes

  • neovim 0.8+
  • Python3+
  • nui.nvim
  • Env: OPENAI_API_KEY

Installation

Using lazy.nvim

{
    'Xuyuanp/neochat.nvim',
    build = function()
        vim.fn.system({ 'pip', 'install', '-U', 'openai', })
    end,
    dependencies = {
        'MunifTanjim/nui.nvim',
        -- optional
        'nvim-telescope/telescope.nvim',
        'f/awesome-chatgpt-prompts'
    },
    config = function()
        require('neochat').setup({
            python_exepath = '<path_to_python_binary>' -- optional
        })
    end,
}

Releases

No releases published

Packages

No packages published