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

Disabling "latexmk is not executable" message on startup #2905

Closed
DUOLabs333 opened this issue Mar 28, 2024 · 3 comments
Closed

Disabling "latexmk is not executable" message on startup #2905

DUOLabs333 opened this issue Mar 28, 2024 · 3 comments

Comments

@DUOLabs333
Copy link

DUOLabs333 commented Mar 28, 2024

Is your feature request related to a problem? Please describe it.
Every time I start up Neovim, I get the message latexmk is not executable. I don't use latexmk (or bibtex, or any such program), and I'm using VimTeX only for its syntax highlighting. So, this message is superfluous to me (especially I work fine without it).

Describe the solution you'd like
Allow an option disabling the startup error messages.

Additional context
I tried let g:vimtex_compiler_enabled=0, but the messages still show up.

@lervag
Copy link
Owner

lervag commented Mar 28, 2024

let g:vimtex_compiler_enabled = 0 should work now.

@lervag lervag closed this as completed Mar 28, 2024
@DUOLabs333
Copy link
Author

This seems to work. Thanks!

@lervag
Copy link
Owner

lervag commented Mar 29, 2024

Great, glad to hear it!

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