add config option to set custom ActAs prompts
Hi
The awesome ActAs prompts are awesome.
But I would like to use my own in Danish ( they are here: https://raw.githubusercontent.com/kiil/danske-chatgpt-prompts/main/prompts.csv ) instead.
It would be great if the url for the ActsAs prompts was not hardcoded but could be chnaged as a config option.
Thanks for a great plugin.
I think this issue may be closed now
Would it be possible to set the different prompts from a local file?
Example:
predefined_chat_gpt_prompts = "/somewhere/on/my/machine/prompts.csv"
It uses curl under the hook. You can use the config to get prompt csv file from loca
predefined_chat_gpt_prompts = "file:///" .. vim.fn.expand("~") .. "/.config/nvim/lua/plugins/chatgpt-prompts.csv",
"file:///" .. vim.fn.expand("~") .. "/.config/nvim/lua/plugins/chatgpt-prompts.csv" is ~/.config/nvim/lua/plugins/chatgpt-prompts.csv in lua format