import { op } from "https://deno.land/x/ddc_vim@v4.0.2/deps.ts";
const { suffixesadd } = op;
Comma-separated list of suffixes, which are used when searching for a file for the "gf", "[I", etc. commands. Example:
:set suffixesadd=.java
(default "")