feat: add the :ChatGPTCurrentBuffer command

This commit is contained in:
2025-01-02 13:44:42 +01:00
parent 94a0bf059b
commit 00e48586ad
2 changed files with 76 additions and 9 deletions

View File

@@ -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()