ChatGPT.nvim
ChatGPT.nvim copied to clipboard
Add option to open 'ChatGPTRun explain_code' in split
Currently, ChatGPTRun explain_code opens the answer in floating window hiding the explained code, which is not continent and not preservable in case one wants to keep the answer for later use.
Please add support to open the answer in split.
Or maybe there's existing nvim way to convert floating win to split? Couldn't find one...
Actually it can be done by key map to copy, split and paste Unless someone implements the config setting for the default behavior
Actually it can be done by key map to copy, split and paste Unless someone implements the config setting for the default behavior
Can you show an example of this?
using a split instead of a float would allow integration with edgy.nvim