Skip to main content
Module

x/ddc_vim/deps.ts>vars

Dark deno-powered completion framework for neovim/Vim
Latest
namespace vars
import { vars } from "https://deno.land/x/ddc_vim@v4.3.1/deps.ts";

A module to provide helper accessor functions to variables

Variables

Shorthand for buffers

Buffer local variables (buffers or b)

Shorthand for environment

Environment variables (environment or e)

Shorthand for globals

Global options (globalOptions or go)

Global variables (globals or g)

Shorthand for globalOptions

Shorthand for localOptions

Local options (localOptions or lo)

Shorthand for options

Options (options or o)

Shorthand for register

Register (register or r)

Shorthand for tabpages

Tabpage local variables (tabpages or t)

Shorthand for vim

Vim variables (vim or v)

Shorthand for windows

Window local variables (windows or w)