import { op } from "https://deno.land/x/ddu_vim@v1.13.0/deps.ts";
const { autochdir } = op;
{only available when compiled with it, use exists("+autochdir") to check} When on, Vim will change the current working directory whenever you open a file, switch buffers, delete a buffer or open/close a window. It will change to the directory containing the file which was opened or selected. Note: When this option is on some plugins may not work.