-
Notifications
You must be signed in to change notification settings - Fork 73
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: log compilation warnings and errors #34
Comments
Thanks for the feedback! Actually, this is a really good idea! vimtex has implemented such a feature, it could be interesting to dig into their implementation to get an idea on how to design the feature. I'm also thinking about vim-plug which outputs some logs, and I doubt they write a separate file to do so. How about having some external commands like |
@badouralix, thank you for your suggestions! I'll look into the suggestions that you made and see what I can do! I like the idea of putting the log stuff in another buffer. EDIT: And thank you for tagging this appropriately! |
Hi @BenjaminPollak, let me know what you need and I'll see if I can assist! |
Thanks, @ranguli! I'm realizing that I really don't have the skills to build this yet as I've never written in VimScript. I'm slowly working through Learn VimScript the Hard Way. Is that a good start? Is there a better source for learning VimScript? |
@BenjaminPollak That's what I'm currently working through as well! It seems like a good choice 👍 |
Hi all,
I think it may be worthwhile to log errors somewhere. Maybe the file could go in ~/.LLPLOGS/.warning.log. That way, the user could easily split screen to see warnings. Would anybody have interest in tackling this with me?
Benjamin
The text was updated successfully, but these errors were encountered: