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

x/ddu_vim/deps.ts>op.viewdir

Dark deno-powered UI framework for neovim/Vim
Go to Latest
variable op.viewdir
import { op } from "https://deno.land/x/ddu_vim@v4.0.0/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: "home:vimfiles/view", for Win32: "$HOME/vimfiles/view", for Unix: "$HOME/.vim/view", for macOS: "$VIM/vimfiles/view", for VMS: "sys$login:vimfiles/view")

not available when compiled without the +mksession feature

type

GlobalOption<string>