import { nvim_win_set_cursor } from "https://deno.land/x/denops_std@v6.3.0/function/nvim/mod.ts";
Sets the (1,0)-indexed cursor position in the window. api-indexing
This
scrolls the window even if it is not the current one.
Parameters:
- {window} Window handle, or 0 for current window
- {pos} (row, col) tuple representing the new position