feat: add the :ChatGPTCurrentBuffer command
This commit is contained in:
parent
94a0bf059b
commit
00e48586ad
2 changed files with 76 additions and 9 deletions
|
|
@ -1,2 +1,3 @@
|
|||
command! ChatGPT lua require('chatgpt_nvim').run_chatgpt_command()
|
||||
command! ChatGPTPaste lua require('chatgpt_nvim').run_chatgpt_paste_command()
|
||||
command! ChatGPTCurrentBuffer lua require('chatgpt_nvim').run_chatgpt_current_buffer_command()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue