Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ddc_vim/deps.ts>fn.tagfiles

Dark deno-powered completion framework for neovim/Vim
Go to Latest
function fn.tagfiles
import { fn } from "https://deno.land/x/ddc_vim@v4.0.5/deps.ts";
const { tagfiles } = fn;

Returns a List with the file names used to search for tags for the current buffer. This is the 'tags' option expanded.

Returns

Promise<unknown[]>