mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-22 08:08:00 +00:00
[neovim] Fix copilot Spelling custom commmand
This commit is contained in:
parent
78b1ce547c
commit
48a32697c9
@ -16,7 +16,10 @@ require("copilot").setup({
|
||||
|
||||
local prompts = {
|
||||
Spelling = {
|
||||
prompt = "/Spelling Please correct any grammar and spelling errors in the following text. Respect the markdown format when provided",
|
||||
system_prompt =
|
||||
"You are a technical writer. You have a deep understanding of both the English and the Spanish languages. You can effectively communicate complex ideas and concepts in a way everyone easily understands. You have a keen eye for detail and can pick up on subtle nuances in language that others may miss. You are also skilled at translating written or spoken content from one language to another, ensuring that the meaning and tone of the original message are preserved.",
|
||||
prompt =
|
||||
"Correct any grammar and spelling errors in the following text. Respect the markdown format when provided",
|
||||
},
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user