import { op } from "https://deno.land/x/ddc_vim@v3.8.0/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 "")