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