ChatGPT.nvim
ChatGPT.nvim copied to clipboard
Error when using response as input with `C-i`
After entering :ChatGPTEditWithInstructions
and making my first request, I want to use the reponse as input and use C-i, but it gives me the following error:
E5108: Error executing lua: ...ack/packer/start/ChatGPT.nvim/lua/chatgpt/code_edits.lua:184: Expected Lua number
stack traceback:
[C]: in function 'nvim_set_current_win'
...ack/packer/start/ChatGPT.nvim/lua/chatgpt/code_edits.lua:184: in function <...ack/packer/start/ChatGPT.nvim/lua/chatgpt/code_edits.lua:179>
Any idea what's wrong?
EDIT: here is my config, in case it helps.
I get the same ^
me too ~ when i prese the <TAB> show this error.
E5108: Error executing lua: ....config/nvim/plugged/ChatGPT.nvim/lua/chatgpt/module.lua:189: Expected Lua number
stack traceback:
[C]: in function 'nvim_set_current_win'
....config/nvim/plugged/ChatGPT.nvim/lua/chatgpt/module.lua:189: in function <....config/nvim/plugged/ChatGPT.nvim/lua/chatgpt/module.lua:181>
same here
same here
I think using <c-i>
as default was not a great choice to begin with, despite how good mnemonics it as.
The problem with most terminals is they interpret this combination as tab or something that includes tab
Any update on this? Seems broken even if you change the keybinding