initial commit
This commit is contained in:
commit
01a482d91f
4 changed files with 160 additions and 0 deletions
3
plugin/chatgpt.vim
Normal file
3
plugin/chatgpt.vim
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
" Defines the commands for the plugin
|
||||
command! ChatGPT lua require('chatgpt_nvim').run_chatgpt_command()
|
||||
command! ChatGPTPaste lua require('chatgpt_nvim.handler').paste_code_from_clipboard()
|
||||
Loading…
Add table
Add a link
Reference in a new issue