1 parent db5f07d commit 83a6f73Copy full SHA for 83a6f73
1 file changed
README.md
@@ -170,7 +170,7 @@ local repmove = require('repmove')
170
local ts_repeat_move = require('nvim-treesitter.textobjects.repeatable_move')
171
172
-- Make treesitter motions repeatable
173
-local next_func, prev_func = repmove.make(
+local prev_func, next_func = repmove.make(
174
ts_repeat_move.builtin_F,
175
ts_repeat_move.builtin_f,
176
',',
@@ -389,7 +389,7 @@ local repmove = require('repmove')
389
390
391
-- 使 treesitter 移动可重复
392
393
394
395
0 commit comments