You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to view the documentation offline, so I read vimtex-latexdoc-offline help section. This suggested to set keywordprg=texdoc to open the documentation pdf. But the documentation was still opened online.
After searching in the Issues I found #2300, which suggested to set let g:vimtex_doc_handlers = ['vimtex#doc#handlers#texdoc'], which enabled the offline documentation. I would expect to see this option in the vimtex-latexdoc-offline help section. Also I wonder what function the option keyworgprg has.
The text was updated successfully, but these errors were encountered:
I wanted to view the documentation offline, so I read
vimtex-latexdoc-offline
help section. This suggested to setkeywordprg=texdoc
to open the documentation pdf. But the documentation was still opened online.After searching in the Issues I found #2300, which suggested to set
let g:vimtex_doc_handlers = ['vimtex#doc#handlers#texdoc']
, which enabled the offline documentation. I would expect to see this option in thevimtex-latexdoc-offline
help section. Also I wonder what function the optionkeyworgprg
has.The text was updated successfully, but these errors were encountered: