Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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