import { nvim_win_set_cursor } from "https://deno.land/x/denops_std@v3.10.1/function/nvim/mod.ts";
Sets the (1,0)-indexed cursor position in the window. |api-indexing| Parameters: ~ {window} Window handle, or 0 for current window {pos} (row, col) tuple representing the new position