Skip to content

Commit

Permalink
attempt fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jbyuki committed May 21, 2024
1 parent 9bcfcf3 commit b92b47f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/test.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ vim.fn.rpcnotify(debug_neovim_conn, "nvim_feedkeys", ':edit input.lua\n', "n", f
-- for some reason I can't nvim_exec_lua here
-- vim.fn.rpcnotify(debug_neovim_conn, "nvim_feedkeys", 'jjjj', "n", false) -- go down one line
vim.fn.rpcnotify(debug_neovim_conn, "nvim_feedkeys", '3gg', "n", false) -- go down one line
vim.wait(200)
vim.wait(500)
vim.fn.rpcnotify(debug_neovim_conn, "nvim_feedkeys", ':lua require"dap".toggle_breakpoint()\n', "n", false)
vim.wait(200)
vim.wait(500)
-- vim.fn.rpcnotify(debug_neovim_conn, "nvim_feedkeys", 'jj', "n", false) -- go down one line
-- vim.wait(200)
-- vim.wait(500)
-- vim.fn.rpcnotify(debug_neovim_conn, "nvim_feedkeys", ':lua require"dap".toggle_breakpoint()\n', "n", false)
-- vim.wait(200)
-- vim.wait(500)
vim.fn.rpcnotify(debug_neovim_conn, "nvim_feedkeys", ':lua require"dap".continue()\n', "n", false)
vim.wait(200)
vim.wait(500)
print("Done!")


Expand Down

0 comments on commit b92b47f

Please sign in to comment.