Skip to content

Commit 6ac740e

Browse files
Danilo Verde RibeiroDanilo Verde Ribeiro
authored andcommitted
fix(async): fix async function calls of context
1 parent f1413d9 commit 6ac740e

13 files changed

Lines changed: 319 additions & 115 deletions

lua/opencode/config.lua

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ M.defaults = {
177177
limit = 20,
178178
},
179179
cursor_data = {
180-
enabled = false,
180+
enabled = true,
181181
},
182182
diagnostics = {
183183
info = false,
@@ -268,6 +268,11 @@ M.defaults = {
268268
session_duration = {
269269
enabled = false,
270270
},
271+
vectorcode_snippets = {
272+
enabled = true,
273+
n = 3,
274+
query_strategy = 'auto', -- 'auto', 'selection', 'line', 'filename'
275+
},
271276
},
272277
debug = {
273278
enabled = false,

0 commit comments

Comments
 (0)