Skip to main content
Module

x/ddc_vim/deps.ts>op.write

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

Allows writing files. When not set, writing a file is not allowed. Can be used for a view-only mode, where modifications to the text are still allowed. Can be reset with the -m or -M command line argument. Filtering text is still possible, even though this requires writing a temporary file.

(default on)

type

GlobalOption<boolean>