Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

📚 Standard module for denops.vim
Go to Latest
function nvim_list_uis
import { nvim_list_uis } from "https://deno.land/x/denops_std@v5.2.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 (not present for TUI)

Returns

Promise<unknown>