We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 789b538 commit e55d6a7Copy full SHA for e55d6a7
lua/convert/init.lua
@@ -29,7 +29,6 @@ M.find_next = function()
29
30
31
if found_unit ~= nil then
32
- print(vim.inspect(found_unit))
33
vim.api.nvim_win_set_cursor(current_win, { row, found_unit.pos.start_col - 1 })
34
ui.open_win(found_unit)
35
return
0 commit comments