Kent
Results
2
comments of
Kent
It uses curl under the hook. You can use the config to get prompt csv file from loca ```lua predefined_chat_gpt_prompts = "file:///" .. vim.fn.expand("~") .. "/.config/nvim/lua/plugins/chatgpt-prompts.csv", ``` `"file:///" .. vim.fn.expand("~")...