File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ See @deathbeam for [configuration](https://github.com/deathbeam/dotfiles/blob/ma
116
116
- ` :CopilotChatExplain ` - Write an explanation for the active selection as paragraphs of text
117
117
- ` :CopilotChatReview ` - Review the selected code
118
118
- ` :CopilotChatFix ` - There is a problem in this code. Rewrite the code to show it with the bug fixed
119
- - ` :CopilotChatOptimize ` - Optimize the selected code to improve performance and readablilty
119
+ - ` :CopilotChatOptimize ` - Optimize the selected code to improve performance and readability
120
120
- ` :CopilotChatDocs ` - Please add documentation comment for the selection
121
121
- ` :CopilotChatTests ` - Please generate tests for my code
122
122
- ` :CopilotChatFixDiagnostic ` - Please assist with the following diagnostic issue in file
@@ -242,7 +242,7 @@ Also see [here](/lua/CopilotChat/config.lua):
242
242
prompt = ' /COPILOT_GENERATE There is a problem in this code. Rewrite the code to show it with the bug fixed.' ,
243
243
},
244
244
Optimize = {
245
- prompt = ' /COPILOT_GENERATE Optimize the selected code to improve performance and readablilty .' ,
245
+ prompt = ' /COPILOT_GENERATE Optimize the selected code to improve performance and readability .' ,
246
246
},
247
247
Docs = {
248
248
prompt = ' /COPILOT_GENERATE Please add documentation comment for the selection.' ,
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ zbirenbaum
52
52
nnoremap
53
53
treyhunner
54
54
nekowasabi
55
- readablilty
55
+ readability
56
56
deathbeam
57
57
jellydn's
58
58
gptlang
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ COMMANDS COMING FROM DEFAULT PROMPTS
142
142
- `:CopilotChatExplain` - Write an explanation for the active selection as paragraphs of text
143
143
- `:CopilotChatReview` - Review the selected code
144
144
- `:CopilotChatFix` - There is a problem in this code. Rewrite the code to show it with the bug fixed
145
- - `:CopilotChatOptimize` - Optimize the selected code to improve performance and readablilty
145
+ - `:CopilotChatOptimize` - Optimize the selected code to improve performance and readability
146
146
- `:CopilotChatDocs` - Please add documentation comment for the selection
147
147
- `:CopilotChatTests` - Please generate tests for my code
148
148
- `:CopilotChatFixDiagnostic` - Please assist with the following diagnostic issue in file
@@ -271,7 +271,7 @@ Also see here </lua/CopilotChat/config.lua>:
271
271
prompt = '/COPILOT_GENERATE There is a problem in this code. Rewrite the code to show it with the bug fixed.',
272
272
},
273
273
Optimize = {
274
- prompt = '/COPILOT_GENERATE Optimize the selected code to improve performance and readablilty .',
274
+ prompt = '/COPILOT_GENERATE Optimize the selected code to improve performance and readability .',
275
275
},
276
276
Docs = {
277
277
prompt = '/COPILOT_GENERATE Please add documentation comment for the selection.',
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ return {
157
157
prompt = ' /COPILOT_GENERATE There is a problem in this code. Rewrite the code to show it with the bug fixed.' ,
158
158
},
159
159
Optimize = {
160
- prompt = ' /COPILOT_GENERATE Optimize the selected code to improve performance and readablilty .' ,
160
+ prompt = ' /COPILOT_GENERATE Optimize the selected code to improve performance and readability .' ,
161
161
},
162
162
Docs = {
163
163
prompt = ' /COPILOT_GENERATE Please add documentation comment for the selection.' ,
You can’t perform that action at this time.
0 commit comments