jackMort / jackMort/ChatGPT.nvim

Local prompts file doesn't work

Open
#440 2 comments 1 reaction 0 assignees View on GitHub
Dominant language
Lua
Stars
4k
Forks
317
PR merge metrics
No merged PRs in 30d

Description

I am trying to setup the local prompts as I would like to add some personal information. However, this setting doesn't work:

```
predefined_chat_gpt_prompts = home .. "/chatgpt-prompts/prompts.csv",

--- or
predefined_chat_gpt_prompts = "cat " .. home .. "/chatgpt-prompts/prompts.csv",

--- or
predefined_chat_gpt_prompts = "file:///" .. home .. "/packages/chatgpt-prompts/prompts.csv",

```

Is there a way do do that?

Contributor guide

No contributing guide indexed for this repository

Research direction

The issue names the predefined_chat_gpt_prompts setting but provides no file, test, or entry point. Start by locating the configuration handling for that setting and reproduce the local-file examples; done means a supported local prompts file loads successfully or the configuration limitation is documented.

Written by the indexing model from the issue text.

Assessment

Tech stack
lua, neovim
Domain
tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.