Skip to main content
Module

x/ddc_vim/deps.ts>fn.tagfiles

Dark deno-powered completion framework for neovim/Vim8
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>