Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ddc_vim/deps.ts>op.imdisable

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

When set the Input Method is never used. This is useful to disable the IM when it doesn't work properly. Currently this option is on by default for SGI/IRIX machines. This may change in later releases.

(default off, on for some systems (SGI))

type

GlobalOption<boolean>