Skip to main content
Module

x/ddc_vim/deps.ts>op.browsedir

Dark deno-powered completion framework for neovim/Vim
Latest
variable op.browsedir
import { op } from "https://deno.land/x/ddc_vim@v4.3.1/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>