Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: monitor changes in all project files #102

Open
willbelr opened this issue May 7, 2020 · 3 comments
Open

Feature request: monitor changes in all project files #102

willbelr opened this issue May 7, 2020 · 3 comments

Comments

@willbelr
Copy link

willbelr commented May 7, 2020

First off, thank you for sharing this great plugin, it is a must have for those who use vim+latex.

As most projects are splitted across various files, it would be very useful to monitor changes of every .tex files under "!TEX root" or perhaps just recursively under the current working dir. It is a bit of a hassle to close the current view and open a new manually every time.

Thanks !

@badouralix
Copy link
Collaborator

Hi @willbelr ! If I understand correctly your request here, you might be interested in #32 too

@willbelr
Copy link
Author

willbelr commented May 8, 2020

Hi, yes it seems linked to this other issue.

Here is a simple example of what I meant;

  1. Create two .tex files;

main.tex :

\input{sections/sub.tex}

sections/sub.tex :

% !TEX root = ../main.tex
  1. In main.tex, run :LLPStartPreview to launch a preview file

  2. Save a change in sub.tex

  3. The preview is not updated

@badouralix
Copy link
Collaborator

Alright, thanks for the reproducible example 🙇

I cannot give you any timeline for a fix, as I am not actively working on the plugin anymore, but I have the issue in mind now

Alternatively, we would be happy to receive a contributor PR addressing the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants