docs: add SyncTeX section with viewer recipes
Problem: SyncTeX setup for forward/inverse search was undocumented, forcing users to figure out viewer-specific CLI flags on their own. Solution: Add `preview-synctex` vimdoc section with shared setup and per-viewer recipes for Zathura, Sioyek, and Okular. Add FAQ entry in README pointing to the new section.
This commit is contained in:
parent
1fbc307bad
commit
8dd8b533cc
2 changed files with 117 additions and 0 deletions
|
|
@ -81,3 +81,8 @@ vim.g.preview = {
|
|||
typst = { open = { 'sioyek', '--new-instance' } },
|
||||
}
|
||||
```
|
||||
|
||||
**Q: How do I set up SyncTeX (forward/inverse search)?**
|
||||
|
||||
See `:help preview-synctex` for full recipes covering Zathura, Sioyek, and
|
||||
Okular.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue