Skip to content

Add .tikz file completion for \input #2162

@jhossbach

Description

@jhossbach

As of now, if I am reading

Complete `.tex` files.
correctly, vimtex only searches for .tex files when \input is written. However, I would love to see it searching for .tikz files as well. I believe this is the normal way to include tikz files, e.g.

\begin{figure}
  \centering
  \input{filename.tikz}
  \caption{}
  \label{}
\end{figure}

I would love to see completion for this as well.
Please correct me if this is not the right way to do / there is completion for tikz files, just not for \input.

Regards
Julian Hossbach

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions