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_load_context

📚 Standard module for denops.vim
Go to Latest
function nvim_load_context
import { nvim_load_context } from "https://deno.land/x/denops_std@v3.6.0/function/nvim/mod.ts";

Sets the current editor state from the given |context| map. Parameters: ~ {dict} |Context| map.

Parameters

denops: Denops
dict: unknown

Returns

Promise<unknown>