import { nvim_list_uis } from "https://deno.land/x/denops_std@v3.12.1/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 (not present for TUI)
Parameters
denops: Denops