initial commit

This commit is contained in:
2024-12-10 22:59:20 +01:00
commit 01a482d91f
4 changed files with 160 additions and 0 deletions

3
plugin/chatgpt.vim Normal file
View 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()