Skip to content

Commit 664c02f

Browse files
committed
feat: narrower cursor context works better
1 parent be3e83e commit 664c02f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/opencode/config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ M.defaults = {
174174
enabled = true,
175175
cursor_data = {
176176
enabled = false,
177-
context_lines = 10, -- Number of lines before and after cursor to include in context
177+
context_lines = 5, -- Number of lines before and after cursor to include in context
178178
},
179179
diagnostics = {
180180
enabled = true,

0 commit comments

Comments
 (0)