Skip to content

Commit 6f678e9

Browse files
committed
feat: narrower cursor context works better
1 parent 563ed36 commit 6f678e9

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
@@ -169,7 +169,7 @@ M.defaults = {
169169
enabled = true,
170170
cursor_data = {
171171
enabled = false,
172-
context_lines = 10, -- Number of lines before and after cursor to include in context
172+
context_lines = 5, -- Number of lines before and after cursor to include in context
173173
},
174174
diagnostics = {
175175
enabled = true,

0 commit comments

Comments
 (0)