changes for a better approach

This commit is contained in:
2024-12-12 18:57:35 +01:00
parent 7db810c04f
commit 78b0172772
7 changed files with 285 additions and 148 deletions

View File

@@ -1,2 +1,5 @@
" Defines the :ChatGPT command
" plugin/chatgpt.vim
" Add commands for ChatGPT and ChatGPTPaste
command! ChatGPT lua require('chatgpt_nvim').run_chatgpt_command()
command! ChatGPTPaste lua require('chatgpt_nvim').run_chatgpt_paste_command()