We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c370d5 commit 013f202Copy full SHA for 013f202
spec/infoview/move_cursor_to_goal_spec.lua
@@ -5,7 +5,7 @@
5
local helpers = require 'spec.helpers'
6
local infoview = require 'lean.infoview'
7
8
-require('lean').setup { infoview = { use_widgets = false } }
+require('lean').setup {}
9
10
describe(
11
'move_cursor_to_goal',
@@ -23,7 +23,7 @@ describe(
23
it('moves the cursor to the first goal by default', function()
24
lean_window = vim.api.nvim_get_current_win()
25
26
- helpers.move_cursor { to = { 4, 2 } }
+ helpers.move_cursor { to = { 4, 3 } }
27
local current_infoview = infoview.get_current_infoview()
28
29
helpers.wait_for_loading_pins(current_infoview)
0 commit comments