Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ddu_vim/deps.ts>op.write

Dark deno-powered UI framework for neovim/Vim
Go to Latest
variable op.write
import { op } from "https://deno.land/x/ddu_vim@v4.0.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>