initial commit
This commit is contained in:
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()
|
||||
Reference in New Issue
Block a user