ai.vim
ai.vim copied to clipboard
Generate and edit text in Neovim using OpenAI and GPT.
Error executing vim.schedule lua callback: ...unov/.local/share/nvim/plugged/ai. vim/lua/_ai/openai.lua:83: Expected comma or object end but found T_END at chara cter 336 stack traceback: [C]: in function 'decode' ...unov/.local/share/nvim/plugged/ai.vim/lua/_ai/openai.lua:83: in funct ion 'on_stdout_chunk'...
Hi, these keymap is the only thing stopping me from using these plugin. Here default keymaps are deleted and full control is let to the user. Close #23
We currently have virtual text to show the response of ChatGPT in realtime and in the event of timeout, these received text are disposed of. It might be useful to...
When using :AI from visual mode: ``` Error executing Lua callback: .../ygg/.local/share/nvim/lazy/ai.vim/lua/_ai/indicator.lua:41: Invalid 'end_col': out of range stack traceback: [C]: in function 'nvim_buf_set_extmark' .../ygg/.local/share/nvim/lazy/ai.vim/lua/_ai/indicator.lua:41: in function 'create' ...e/ygg/.local/share/nvim/lazy/ai.vim/lua/_ai/commands.lua:52: in function...
8 || /home/kamil/.vim/plugged/ai.vim/lua/_ai/openai.lua:14: in function 7 || Error executing vim.schedule lua callback: /home/kamil/.vim/plugged/ai.vim/lua/_ai/openai.lua:83: Expected comma or object end but found T_END at character 205 6 || stack traceback: 5 ||...
`` is widely used in vim (e.g. incrementing numbers). I think this is not a good default.
Hello, could the plugin be update to use gpt-3.5-turbo? thanks in advance, great tool you have here :)
Can this be make to also work with regular vim?
If I am not interested anymore in the completion, or it has done its thing, I have no way to stop it. Would be great to be able to stop...
I added the plugin to Vundle list: ``` call vundle#begin() Plugin 'aduros/ai.vim' call vundle#end() ``` Then I ran :PluginInstall, and the repo does appear in ~/.vim/bundle However using :AI returns:...