xuhdev / vim-latex-live-preview

A Vim Plugin for Lively Previewing LaTeX PDF Output
https://www.topbug.net/blog/2013/06/13/live-preview-of-latex-in-vim/
GNU General Public License v3.0
834 stars 74 forks source link

PDF viewer only refreshing on write #88

Closed tokumei27 closed 4 years ago

tokumei27 commented 4 years ago

Issue

I'm using Zathura (although I had the same issue on all other PDF viewers) and while :LLPStartPreview works, changes I make only show up after I write to the buffer. From what I've seen, it's supposed to refresh while in insert mode, right?

More info

PDF viewer: zathura Editor: Neovim v0.4.2 Plugin Manager: vim-plug

tokumei27 commented 4 years ago

How I fixed the issue

I hadn't set an updatetime variable in my .vimrc. I simply added:

set updatetime=250

and it is now working.