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

x/ddu_vim/deps.ts>op.browsedir

Dark deno-powered UI framework for neovim/Vim
Go to Latest
variable op.browsedir
import { op } from "https://deno.land/x/ddu_vim@v4.0.0/deps.ts";
const { browsedir } = op;

Which directory to use for the file browser: last Use same directory as with last file browser, where a file was opened or saved. buffer Use the directory of the related buffer. current Use the current directory. {path} Use the specified directory

(default: "last")

only for Motif, GTK, Mac and Win32 GUI

type

GlobalOption<string>