changes for a better approach
This commit is contained in:
parent
7db810c04f
commit
78b0172772
7 changed files with 285 additions and 148 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue