3 lines
98 B
VimL
3 lines
98 B
VimL
" Defines the :ChatGPT command
|
|
command! ChatGPT lua require('chatgpt_nvim').run_chatgpt_command()
|