import { nvim_win_set_width } from "https://deno.land/x/denops_std@v4.1.4/function/nvim/mod.ts";
Sets the window width. This will only succeed if the screen is split vertically. Parameters: ~ {window} Window handle, or 0 for current window {width} Width as a count of columns