-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.lazy.lua
10 lines (10 loc) · 1.14 KB
/
.lazy.lua
1
2
3
4
5
6
7
8
9
10
return {
"CopilotC-Nvim/CopilotChat.nvim",
opts = {
prompts = {
Commit = {
prompt = "> #git:staged\n\nYou are an expert developer, so you know how to read all kinds of code syntax.\n\nRead the git patch diff calmly from top to bottom, paying attention to each addition, deletion, and unchanged line carefully. Focus on changes, not only the last or first lines, and figure out the main idea of the input. If complex, break it down into smaller parts to organize your thoughts.\nWrite a commit message based on the git diff provided. Read the diff below and write a commit message that accurately describes the changes made.\nFocus in write why instead of what on your description message.\nThis is my personal dotfiles repository so your message is to add a kind of explanation for the future me consulting, so be clear and concise.\n\nConsider that for NeoVim I'm using the LazyVim setup.\n\nWrite commit message for the change with Conventional Commits specification.\n\nMake sure the title has maximum 50 characters and message is wrapped at 72 characters.\n\nWrap the whole message in code block with language gitcommit.",
},
},
},
}