import { nvim_get_all_options_info } from "https://deno.land/x/denops_std@v6.4.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_info2()
.
Return: dictionary of all options
Parameters
denops: Denops