import { nvim_buf_set_option } from "https://deno.land/x/denops_std@v3.12.1/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