hrsh7th / cmp-path

nvim-cmp source for path
MIT License
628 stars 60 forks source link

Path on LaTeX (i.e. \lstinputlisting) #50

Open ignamartinoli opened 2 years ago

ignamartinoli commented 2 years ago

Hi,

when I use LaTeX, there is a command called \lstinputlisting that receives as a parameter the path to a script to embed in a document (i.e. lstinputlisting{path/to/your/script}). There are also other commands like this, for example \includegraphics for images.

It would be nice if cmp-path could suggest paths inside that command :D