-
Notifications
You must be signed in to change notification settings - Fork 407
Open documentation using local texdoc command #2300
Description
Is your feature request related to a problem? Please describe it.
I recently discovered the tool texdoc in texlive. When executing :VimtexDocPackage in neovim, this opens a web page in my browser on the https://texdoc.org website. This is quite nice ! However in the case of lacking internet connection, or because it is preferable to open local resources when possible, it would be nice to open the PDF documentation locally, as the behavior of the texdoc <package_name> command.
Describe the solution you'd like
It would be great to have an option to launch documentation request locally, instead of fetching them online.
Firing :VimtexDocPackage <package_name> in vim would open the PDF related to the package.
Additional context
Link to the texdoc package
Apologies if this is already addressed somewhere else, or if this is already present in the program. After some research I didn't find anything in the doc, nor in the issues.