import { nvim_get_all_options_info } from "https://deno.land/x/denops_std@v3.9.0/function/nvim/mod.ts";
Gets the option information for all options. The dictionary has the full option names as keys and option metadata dictionaries as detailed at |nvim_get_option_info|. Return: ~ dictionary of all options
Parameters
denops: Denops