jackMort / ChatGPT.nvim

ChatGPT Neovim Plugin: Effortless Natural Language Generation with OpenAI's ChatGPT API
Apache License 2.0
3.56k stars 307 forks source link

Failed to launch in neovim 0.9.5 #371

Open jeanlucthumm opened 5 months ago

jeanlucthumm commented 5 months ago
$ nvim --version
NVIM v0.9.5
Build type: Release
LuaJIT 2.1.1696795921

   system vimrc file: "$VIM/sysinit.vim"
  fall-back for $VIM: "/usr/share/nvim"

Run :checkhealth for more info
:ChatGPT

Error executing Lua callback: ....local/share/nvim/lazy/ChatGPT.nvim/lua/chatgpt/help.lua:43: attempt to concatenate a table value                                                                                                                                                                                                                                          
stack traceback:                                                                                                                                                                                                                                                                                                                                                            
        ....local/share/nvim/lazy/ChatGPT.nvim/lua/chatgpt/help.lua:43: in function 'get_help_panel'                                                                                                                                                                                                                                                                        
        ...e/nvim/lazy/ChatGPT.nvim/lua/chatgpt/flows/chat/base.lua:727: in function 'open'                                                                                                                                                                                                                                                                                 
        ...e/nvim/lazy/ChatGPT.nvim/lua/chatgpt/flows/chat/init.lua:14: in function 'open_chat'                                                                                                                                                                                                                                                                             
        ...nluc/.local/share/nvim/lazy/ChatGPT.nvim/lua/chatgpt.lua:34: in function 'openChat'                                                                                                                                                                                                                                                                              
        ...c/.local/share/nvim/lazy/ChatGPT.nvim/plugin/chatgpt.lua:2: in function <...c/.local/share/nvim/lazy/ChatGPT.nvim/plugin/chatgpt.lua:1>
Macsob commented 5 months ago

378