Skip to main content
Module

x/ddc_vim/deps.ts>op.imdisable

Dark deno-powered completion framework for neovim/Vim
Latest
variable op.imdisable
import { op } from "https://deno.land/x/ddc_vim@v4.3.1/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>