Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tani/vim-pdfpreview
https://github.com/tani/vim-pdfpreview
deno denops latex pdf vim vim-plugin
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tani/vim-pdfpreview
- Owner: tani
- Created: 2021-08-17T16:37:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-20T08:14:07.000Z (almost 3 years ago)
- Last Synced: 2024-11-01T11:25:09.284Z (2 months ago)
- Topics: deno, denops, latex, pdf, vim, vim-plugin
- Language: TypeScript
- Homepage:
- Size: 3.93 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PDF Preview for Vim
This project is a fork of LaTeX Workshop, which is a plugin for VSCode.
Our goal is to create the PDF.js application with SyncTeX.## Installation
```
Plug 'vim-denops/denops.vim'
Plug 'tani/vim-pdfpreview', { do: './bin/install.sh' }
```## Commands
- Open PDF file `:PDFPreivew path/to/pdf`
- SyncTeX forward search `:PDFSearch`
- SyncTeX refresh PDF `:PDFRefresh`## Configuration
- Hostname of PDF.js servr `g:pdfpreview#hostname`
- Port number of PDF.js servr `g:pdfpreview#port`
- Web browser for `:PDFPreivew`, `g:pdfpreview#browser`## License
Copyright 2021 (c) TANIGUCHI Masaya. All Rights Reserved. MIT License