import { nvim_list_uis } from "https://deno.land/x/denops_std@v6.4.0/function/nvim/mod.ts";
Gets a list of dictionaries representing attached UIs.
Return:
Array of UI dictionaries, each with these keys:
- "height" Requested height of the UI
- "width" Requested width of the UI
- "rgb" true if the UI uses RGB colors (false implies cterm-colors
)
- "ext_..." Requested UI extensions, see ui-option
- "chan" channel-id
of remote UI
Parameters
denops: Denops