Error when installing with vim-plug
I don't know anything about Lua, so I don't know how to set the options from within vim. If someone could point me in the right direction that would be great. Thanks a lot.
Is packer necessary to install this plugin?
I also use vim-plug as my plugin manager
I got this!
add these to your init.vim call plug#begin() Plug 'nvim-lua/plenary.nvim' Plug 'nvim-telescope/telescope.nvim' Plug 'MunifTanjim/nui.nvim' Plug 'jackMort/ChatGPT.nvim' call plug#end()
lua <<EOF -- chat gpt require("chatgpt").setup() EOF
Set environment variable called $OPENAI_API_KEY
worked for me
I'm not familiar with vim-plug but feel free to create PR with updated README
Sure.
I will create the PR
- https://github.com/jackMort/ChatGPT.nvim/issues/20