Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ddc_vim/deps.ts>op.browsedir

Dark deno-powered completion framework for neovim/Vim8
Very Popular
Go to Latest
variable op.browsedir
import { op } from "https://deno.land/x/ddc_vim@v3.9.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>