Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ddc_vim/deps.ts>fn.tagfiles

Dark deno-powered completion framework for neovim/Vim8
Very Popular
Go to Latest
function fn.tagfiles
import { fn } from "https://deno.land/x/ddc_vim@v0.0.13/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>