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

x/ddc_vim/deps.ts>op.loadplugins

Dark deno-powered completion framework for neovim/Vim8
Very Popular
Go to Latest
variable op.loadplugins
import { op } from "https://deno.land/x/ddc_vim@v3.9.0/deps.ts";
const { loadplugins } = op;

When on the plugin scripts are loaded when starting up load-plugins. This option can be reset in your vimrc file to disable the loading of plugins. Note that using the "-u NONE", "-u DEFAULTS" and "--noplugin" command line arguments reset this option. See -u and --noplugin.

(default on)

type

GlobalOption<boolean>