Skip to content

Commit 65060f3

Browse files
committed
feat: narrower cursor context works better
1 parent 09d3329 commit 65060f3

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
@@ -172,7 +172,7 @@ M.defaults = {
172172
enabled = true,
173173
cursor_data = {
174174
enabled = false,
175-
context_lines = 10, -- Number of lines before and after cursor to include in context
175+
context_lines = 5, -- Number of lines before and after cursor to include in context
176176
},
177177
diagnostics = {
178178
enabled = true,

0 commit comments

Comments
 (0)