jackMort / ChatGPT.nvim

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

It it possible to just use current buffer to ask question and get the result? #211

Closed LintaoAmons closed 1 year ago

LintaoAmons commented 1 year ago

like https://github.com/bramses/chatgpt-md,

I think it's better to have ability to just use current buffer to ask question and get the output.

So can easily copy or modify the question/result, instead of at a new window and trying to extract the result out.

show

edshamis commented 1 year ago

https://github.com/madox2/vim-ai

That's what you are looking for