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