import { nvim_set_option } from "https://deno.land/x/denops_std@v6.4.0/function/nvim/mod.ts";
Sets the global value of an option.
Parameters:
- {name} Option name
- {value} New option value
import { nvim_set_option } from "https://deno.land/x/denops_std@v6.4.0/function/nvim/mod.ts";
Sets the global value of an option.
Parameters: