Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 517 Bytes

README.md

File metadata and controls

41 lines (24 loc) · 517 Bytes

vim-pdf

demo

vim-pdf helps VIM to read PDF files in text format using pdftotext utility.

Prerequisite

  • pdftotext

pip install pdftotext 

if pdftotext installition fails

sudo apt install poppler

Installation

it's recommended that you use a plugin manager like vim-plug

vim-plug

Plug 'makerj/vim-pdf'

Vundle

Plugin 'makerj/vim-pdf'

Usage

Just open the PDF file. The rest is done by vim-plug.