Skip to content

Commit c95c487

Browse files
committed
test(replay): shorter updatetime for contextual_actions
1 parent d17b4da commit c95c487

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/manual/init_replay.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ vim.o.termguicolors = true
1111
vim.g.mapleader = ' '
1212
vim.opt.clipboard:append('unnamedplus')
1313

14+
-- for testing contextual_actions
15+
vim.o.updatetime = 250
16+
1417
vim.g.opencode_config = {
1518
ui = {
1619
default_mode = 'build',

0 commit comments

Comments
 (0)