Skip to main content
Module

x/ddc_vim/deps.ts>op.viewdir

Dark deno-powered completion framework for neovim/Vim
Latest
variable op.viewdir
import { op } from "https://deno.land/x/ddc_vim@v4.3.1/deps.ts";
const { viewdir } = op;

Name of the directory where to store files for :mkview. This option cannot be set from a modeline or in the sandbox, for security reasons.

(default for Amiga and Win32: "$VIM/vimfiles/view", for Unix: "~/.vim/view", for macOS: "$VIM:vimfiles:view" for VMS: "sys$login:vimfiles/view")

not available when compiled without the +mksession feature

type

GlobalOption<string>