Skip to main content
Module

x/denops_std/function/nvim/mod.ts>nvim_list_uis

📚 Standard module for denops.vim
Latest
function nvim_list_uis
import { nvim_list_uis } from "https://deno.land/x/denops_std@v6.5.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

Returns

Promise<unknown>