import { nvim_win_set_option } from "https://deno.land/x/denops_std@v4.1.4/function/nvim/mod.ts";
Sets a window option value. Passing nil
as value deletes the option
(only works if there's a global fallback)
Parameters: ~
{window} Window handle, or 0 for current window
{name} Option name
{value} Option value