jackMort / ChatGPT.nvim

ChatGPT Neovim Plugin: Effortless Natural Language Generation with OpenAI's ChatGPT API
Apache License 2.0
3.56k stars 307 forks source link

feat: allow user to add custom prompts csv file to enhance `ChatGPTActAs` command #358

Open csyJoy opened 6 months ago

csyJoy commented 6 months ago

sometimes prompts in awesome-chatgpt-prompts are not enough, this feature allows user to add custom prompts csv file, csv file path is indecated by option local_chat_gpt_prompts_path which is nil by default.

It's my first PR to a neovim plugin, there may be some flaws in the PR, please let me know if it is. THX : )

kohane27 commented 5 months ago

https://github.com/jackMort/ChatGPT.nvim/issues/52#issuecomment-1857966411